fix typos in prev commit
[ardour.git] / libs / ardour / ardour / ardour.h
index 31565336d438597061727e4ecc5255126169b88e..79b69124ac2a39a127359808e25cf5dcd5c58c4f 100644 (file)
 #include "ardour/types.h"
 #include "ardour/libardour_visibility.h"
 
-namespace PBD {
-       class FPU;
-}
-
 namespace MIDI {
        class MachineControl;
        class Port;
@@ -56,6 +52,7 @@ namespace ARDOUR {
        extern LIBARDOUR_API PBD::Signal1<void,int> PluginScanTimeout;
        extern LIBARDOUR_API PBD::Signal0<void> GUIIdle;
        extern LIBARDOUR_API PBD::Signal3<bool,std::string,std::string,int> CopyConfigurationFiles;
+       extern LIBARDOUR_API std::vector<std::string> reserved_io_names;
 
        /**
         * @param with_vst true to enable VST Support
@@ -72,10 +69,8 @@ namespace ARDOUR {
        LIBARDOUR_API void make_property_quarks ();
 
        extern LIBARDOUR_API PBD::PropertyChange bounds_change;
-       
-       extern LIBARDOUR_API const char* const ardour_config_info;
 
-       LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);
+       extern LIBARDOUR_API const char* const ardour_config_info;
 
        /* these only impact bundled installations */
        LIBARDOUR_API std::string translation_enable_path ();