Skip to content
Snippets Groups Projects
Commit 16d843de authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm fct

parent 8a98aa5f
No related branches found
No related tags found
1 merge request!2005rm unfinished undo/redo engine (#757)
......@@ -399,11 +399,6 @@ void SampleEditorController::setCurrentIndex(ISelectionContainerForm* widget, in
emit modified();
}
QUndoStack* SampleEditorController::undoStack()
{
return &m_undoStack;
}
MaterialModel* SampleEditorController::materialModel() const
{
return &m_sampleItem->materialModel();
......
......@@ -62,9 +62,6 @@ public:
//! The item on which this controller operates.
SampleItem* sampleItem() const;
//! The contained undo stack.
QUndoStack* undoStack();
//! The materials of the current document
MaterialModel* materialModel() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment