Add a double-click handler for items in the editor window.
[ardour.git] / gtk2_ardour / ardour_ui_options.cc
index 618169d2e8578af170fc51a09daa32815188127a..0e28900450162f28e80d063720da5aa36095d9ac 100644 (file)
 #include "ardour/rc_configuration.h"
 #include "ardour/session.h"
 
-#ifdef HAVE_LIBLO
-#include "ardour/osc.h"
-#endif
-
 #include "audio_clock.h"
 #include "ardour_ui.h"
 #include "actions.h"
@@ -342,16 +338,6 @@ ARDOUR_UI::parameter_changed (std::string p)
 
                ActionManager::map_some_state ("options", "SendMMC", &RCConfiguration::get_send_mmc);
 
-       } else if (p == "use-osc") {
-
-#ifdef HAVE_LIBLO
-               if (Config->get_use_osc()) {
-                       osc->start ();
-               } else {
-                       osc->stop ();
-               }
-#endif
-
        } else if (p == "keep-tearoffs") {
                ActionManager::map_some_state ("Common", "KeepTearoffs", &RCConfiguration::get_keep_tearoffs);
        } else if (p == "mmc-control") {