Update automated Plugin Controlls when seeking and not rolling
[ardour.git] / gtk2_ardour / cocoacarbon.mm
index 65648439726ddc3f870b1d5493f3240d5e7f2583..592a55d09dc97a619c1c00f0d9e85ad8a653d398 100644 (file)
 using namespace std;
 using namespace PBD;
 
-void
-ARDOUR_UI::platform_specific ()
-{
-       gtk_application_ready ();
-
-       if (!ARDOUR_COMMAND_LINE::finder_invoked_ardour) {
-               
-               /* if invoked from the command line, make sure we're visible */
-               
-               [NSApp activateIgnoringOtherApps:1];
-       } 
-}
-
-void
-ARDOUR_UI::platform_setup ()
-{
-}
-
 bool
 cocoa_open_url (const char* uri)
 {