remove debug output from last commit
[ardour.git] / gtk2_ardour / panner_ui.h
index b4547a4a0e5fff764161ebfbd06d430bc871eb37..d587359ecdf62ba74e80d70df88ed217290c9472 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_gtk_panner_ui_h__
@@ -78,6 +77,8 @@ class PannerUI : public Gtk::HBox
        bool ignore_toggle;
        bool in_pan_update;
 
+       static const int pan_bar_height;
+
        Panner2d*   panner;
 
        Gtk::VBox           pan_bar_packer;