don't display elevation if panner does not support it.
[ardour.git] / gtk2_ardour / panner2d.h
index 033b5711bcff80ceb2b7966b2bc073912ea960da..cd84ad9e2c5918d26aec616bad5757c21097cdbb 100644 (file)
@@ -108,9 +108,6 @@ class Panner2d : public Gtk::DrawingArea
         Target  position;
 
        Target *drag_target;
-       int     drag_x;
-       int     drag_y;
-       bool    allow_speaker_motion;
        int     width;
        int     height;
         double  radius;
@@ -119,9 +116,7 @@ class Panner2d : public Gtk::DrawingArea
         double  voffset;
         double  last_width;
        bool    did_move;
-
-       gint compute_x (float);
-       gint compute_y (float);
+       bool    have_elevation;
 
        Target *find_closest_object (gdouble x, gdouble y, bool& is_signal);