summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/glyphs.h')
-rw-r--r--src/ui/dialog/glyphs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/dialog/glyphs.h b/src/ui/dialog/glyphs.h
index d6c731dda..5dbfb9af5 100644
--- a/src/ui/dialog/glyphs.h
+++ b/src/ui/dialog/glyphs.h
@@ -1,7 +1,3 @@
-/**
- * Glyph selector dialog.
- */
-
/* Authors:
* Jon A. Cruz
*
@@ -40,7 +36,6 @@ class GlyphColumns;
/**
* A panel that displays character glyphs.
*/
-
class GlyphsPanel : public Inkscape::UI::Widget::Panel
{
public:
@@ -77,9 +72,7 @@ private:
Gtk::Entry *entry;
Gtk::Label *label;
Gtk::Button *insertBtn;
-#if GLIB_CHECK_VERSION(2,14,0)
Gtk::ComboBoxText *scriptCombo;
-#endif //GLIB_CHECK_VERSION(2,14,0)
Gtk::ComboBoxText *rangeCombo;
SPFontSelector *fsel;
SPDesktop *targetDesktop;