Remove unused and uncompiled panner code.
[ardour.git] / gtk2_ardour / editor_drag.h
index 1268cbf8c4fef84f226e53be8860e7bc76aaff50..ab81db5a63438f9c650a809092eada0e56fb4a8c 100644 (file)
@@ -100,6 +100,7 @@ private:
        double _current_pointer_x; ///< trackview x of the current pointer
        double _current_pointer_y; ///< trackview y of the current pointer
        ARDOUR::framepos_t _current_pointer_frame; ///< frame that the pointer is now at
+       bool _old_follow_playhead; ///< state of Editor::follow_playhead() before the drags started
 };
 
 /** Abstract base class for dragging of things within the editor */