Refactor so that all the locate-related stuff in CursorDrag is in one method. Also...
[ardour.git] / gtk2_ardour / panner.h
index a553e97f309fe22a76b37419cca1588b73cbaefc..298e866c3d50ba9fbbe7919694a9494a91d3a516 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -38,7 +38,6 @@ class PannerBar : public Gtkmm2ext::BarController
 
   private:
        std::string get_label (int&);
-       std::string value_as_string (double v) const;
 };
 
 #endif /* __gtk_ardour_panner_h__ */