Revert "fix LXVST support for plugins that make audioMaster callbacks from
[ardour.git] / libs / ardour / ardour / ardour.h
index 26e875fda342d573b3d7d90f36d5d9d581b08dd6..5f64c4b6a31bcae51e6d09ec3e2b15a211d11d0f 100644 (file)
@@ -62,8 +62,10 @@ namespace ARDOUR {
 
        void find_bindings_files (std::map<std::string,std::string>&);
 
-       std::string translation_kill_path ();
-       bool translations_are_disabled ();
+       /* these only impact bundled installations */
+       std::string translation_enable_path ();
+       bool translations_are_enabled ();
+       bool set_translations_enabled (bool);
 
        static inline microseconds_t get_microseconds () {
                return (microseconds_t) jack_get_time();