summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/PatchController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingenuity/PatchController.h')
-rw-r--r--src/progs/ingenuity/PatchController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/progs/ingenuity/PatchController.h b/src/progs/ingenuity/PatchController.h
index 2ee01738..e9c0d0b6 100644
--- a/src/progs/ingenuity/PatchController.h
+++ b/src/progs/ingenuity/PatchController.h
@@ -99,8 +99,6 @@ private:
friend class ControllerFactory;
PatchController(CountedPtr<PatchModel> model);
- void destroy();
-
void add_node(CountedPtr<NodeModel> object);
PatchPropertiesWindow* m_properties_window;