summaryrefslogtreecommitdiffstats
path: root/src/widgets/dash-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dash-selector.h')
-rw-r--r--src/widgets/dash-selector.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/dash-selector.h b/src/widgets/dash-selector.h
index ec5a1cbd5..f176acf04 100644
--- a/src/widgets/dash-selector.h
+++ b/src/widgets/dash-selector.h
@@ -85,12 +85,7 @@ private:
Glib::RefPtr<Gtk::ListStore> dash_store;
Gtk::ComboBox dash_combo;
Gtk::CellRendererPixbuf image_renderer;
-
-#if WITH_GTKMM_3_0
Glib::RefPtr<Gtk::Adjustment> offset;
-#else
- Gtk::Adjustment *offset;
-#endif
static gchar const *const _prefs_path;
int preview_width;