summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/bool.h')
-rw-r--r--src/live_effects/parameter/bool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/parameter/bool.h b/src/live_effects/parameter/bool.h
index 38811812d..55197721d 100644
--- a/src/live_effects/parameter/bool.h
+++ b/src/live_effects/parameter/bool.h
@@ -45,8 +45,6 @@ private:
BoolParam(const BoolParam&);
BoolParam& operator=(const BoolParam&);
- Inkscape::UI::Widget::RegisteredCheckButton * checkwdg;
-
bool value;
bool defvalue;
};