Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / ardour.h
index 11a5940c7c0df6ef82cef1309fb0c37489d0f23d..51101a50ad66af423a71cebdf125cd0f52d3bb01 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "ardour/types.h"
 
-#include <jack/jack.h> 
+#include <jack/jack.h>
 
 namespace MIDI {
        class MachineControl;
@@ -46,7 +46,6 @@ namespace ARDOUR {
 
        class AudioEngine;
 
-       static const nframes_t max_frames = JACK_MAX_FRAMES;
        extern PBD::Signal1<void,std::string> BootMessage;
 
        int init (bool with_vst, bool try_optimization);
@@ -57,19 +56,19 @@ namespace ARDOUR {
 
        extern PBD::PropertyChange bounds_change;
 
-       std::string get_ardour_revision ();
        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 ();
+
        const layer_t max_layer = UCHAR_MAX;
 
        static inline microseconds_t get_microseconds () {
                return (microseconds_t) jack_get_time();
        }
 
-       static const double SHUTTLE_FRACT_SPEED1=0.48412291827; /* derived from A1,A2 */
-
        void setup_fpu ();
 }