add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / cocoacarbon.mm
index e26bd5788c0d78db8916a68c525fae70e5c2b185..592a55d09dc97a619c1c00f0d9e85ad8a653d398 100644 (file)
@@ -29,8 +29,6 @@
 #undef verify
 #endif
 
-#undef Nil // ardour_ui.h ->  window_manager.h -> lua_script_manager.h -> ardour/luascripting.h -> ... lua  uses Nil
-
 #include "ardour_ui.h"
 #include "actions.h"
 #include "opts.h"
 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)
 {