summaryrefslogtreecommitdiffstats
path: root/src/extension/param/float.h
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-04-09 13:20:24 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-04-09 13:20:24 +0000
commit34a1f9ad048c2aec2149e0bdaca5e66fca8de442 (patch)
tree3617d46dabe71c64892d3d85d078270f60c37f9f /src/extension/param/float.h
parentRestore r14955 which was reverted in r15047 due to messed up merge (diff)
downloadinkscape-34a1f9ad048c2aec2149e0bdaca5e66fca8de442.tar.gz
inkscape-34a1f9ad048c2aec2149e0bdaca5e66fca8de442.zip
Remove unused field "gui_tip"
("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
Diffstat (limited to 'src/extension/param/float.h')
-rw-r--r--src/extension/param/float.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/param/float.h b/src/extension/param/float.h
index 7fd86cea7..b81b7ff08 100644
--- a/src/extension/param/float.h
+++ b/src/extension/param/float.h
@@ -34,7 +34,6 @@ public:
const gchar * desc,
const Parameter::_scope_t scope,
bool gui_hidden,
- const gchar * gui_tip,
int indent,
Inkscape::Extension::Extension * ext,
Inkscape::XML::Node * xml,