summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/pixfader.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-31 18:04:47 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-31 18:04:47 +0000
commit6a4628e50acaaf1540491cf4aac412e8bb3fc0b3 (patch)
tree3e1ea20945fb907221d4b9083177c100a47b11b9 /libs/gtkmm2ext/gtkmm2ext/pixfader.h
parent556732df8047c5738d0f50fb192c45c02bb90def (diff)
Use the same logic to decide on step size when scroll-wheeling faders in the mixer and knobs in the monitor section (part of #4726).
git-svn-id: svn://localhost/ardour2/branches/3.0@12510 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/pixfader.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/pixfader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/pixfader.h b/libs/gtkmm2ext/gtkmm2ext/pixfader.h
index 43df8e555e..e32fe7550b 100644
--- a/libs/gtkmm2ext/gtkmm2ext/pixfader.h
+++ b/libs/gtkmm2ext/gtkmm2ext/pixfader.h
@@ -85,9 +85,6 @@ class PixFader : public Gtk::DrawingArea
int display_span ();
void set_adjustment_from_event (GdkEventButton *);
void update_unity_position ();
-
- static int fine_scale_modifier;
- static int extra_fine_scale_modifier;
};