diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-26 15:30:23 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-26 15:30:23 +0000 |
| commit | 287c31fc4d287a6d223d00212dfa213665b9f2a3 (patch) | |
| tree | 653d0e63b54a08c7e2abfeedff19de4649eb6901 /src/live_effects/parameter/path.h | |
| parent | bug 185761: crash when editing text with the text & font dialog due to readin... (diff) | |
| download | inkscape-287c31fc4d287a6d223d00212dfa213665b9f2a3.tar.gz inkscape-287c31fc4d287a6d223d00212dfa213665b9f2a3.zip | |
path lpe parameter should not know of it's edit button since it has no unique button.
(bzr r4598)
Diffstat (limited to 'src/live_effects/parameter/path.h')
| -rw-r--r-- | src/live_effects/parameter/path.h | 6 |
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; }; |
