clean up and remove nodegroupdialog

This commit is contained in:
itsmattkc
2021-12-27 20:56:04 -08:00
parent f8ac3f4e40
commit 65a1c75933
15 changed files with 58 additions and 479 deletions
-7
View File
@@ -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;