diff options
Diffstat (limited to 'node/paintnode.h')
| -rw-r--r-- | node/paintnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/paintnode.h b/node/paintnode.h index 2283f83..06d849e 100644 --- a/node/paintnode.h +++ b/node/paintnode.h @@ -47,7 +47,6 @@ public: PainterNode(); virtual ~PainterNode(); virtual void run(ExecutionNode* previous= nullptr); - Result* getResult(); virtual QString toString(bool) const; virtual qint64 getPriority() const; void insertColorItem(QString color, int value); |