Remove some unused PostTransport enums and renumber others.
[ardour.git] / libs / ardour / ardour / ardour.h
index 4a7077756bc1cb9045aee0c919c419eec6a88854..51101a50ad66af423a71cebdf125cd0f52d3bb01 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "ardour/types.h"
 
-#include <jack/jack.h> 
+#include <jack/jack.h>
 
 namespace MIDI {
        class MachineControl;
@@ -53,15 +53,15 @@ namespace ARDOUR {
        int cleanup ();
        bool no_auto_connect ();
        void make_property_quarks ();
-        
+
        extern PBD::PropertyChange bounds_change;
 
        extern const char* const ardour_config_info;
 
        void find_bindings_files (std::map<std::string,std::string>&);
 
-        std::string translation_kill_path ();
-        bool translations_are_disabled ();
+       std::string translation_kill_path ();
+       bool translations_are_disabled ();
 
        const layer_t max_layer = UCHAR_MAX;
 
@@ -69,8 +69,6 @@ namespace ARDOUR {
                return (microseconds_t) jack_get_time();
        }
 
-       static const double SHUTTLE_FRACT_SPEED1=0.48412291827; /* derived from A1,A2 */
-
        void setup_fpu ();
 }