summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/path.h')
-rw-r--r--src/live_effects/parameter/path.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h
index 456a9ae0b..d6ea8d1cd 100644
--- a/src/live_effects/parameter/path.h
+++ b/src/live_effects/parameter/path.h
@@ -19,10 +19,6 @@
#include <sigc++/sigc++.h>
-namespace Gtk {
- class Button;
-}
-
namespace Inkscape {
namespace LivePathEffect {
@@ -62,8 +58,6 @@ private:
void on_paste_button_click();
gchar * defvalue;
-
- Gtk::Button * edit_button;
};