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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/ingenuity/PatchController.h b/src/progs/ingenuity/PatchController.h
index 5fcee284..06236721 100644
--- a/src/progs/ingenuity/PatchController.h
+++ b/src/progs/ingenuity/PatchController.h
@@ -99,8 +99,8 @@ public:
void set_path(const Path& new_path);
- void enable();
- void disable();
+ //void enable();
+ //void disable();
CountedPtr<PatchModel> patch_model() const { return m_patch_model; }