clean up and remove nodegroupdialog
This commit is contained in:
@@ -77,11 +77,6 @@ public:
|
||||
|
||||
void ZoomOut();
|
||||
|
||||
void OverrideUndoStack(UndoStack *stack)
|
||||
{
|
||||
undo_stack_ = stack;
|
||||
}
|
||||
|
||||
const QVector<Node*> &GetCurrentContexts() const
|
||||
{
|
||||
return contexts_;
|
||||
@@ -195,8 +190,6 @@ private:
|
||||
|
||||
QMap<NodeViewItem*, QPointF> dragging_items_;
|
||||
|
||||
UndoStack *undo_stack_;
|
||||
|
||||
double scale_;
|
||||
|
||||
static const double kMinimumScale;
|
||||
|
||||
Reference in New Issue
Block a user