add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / cocoacarbon.mm
index 5795cf0de919ef90558fddbdb07c35ba1b245403..592a55d09dc97a619c1c00f0d9e85ad8a653d398 100644 (file)
@@ -25,6 +25,9 @@
 #undef check
 #undef YES
 #undef NO
+#ifdef verify
+#undef verify
+#endif
 
 #include "ardour_ui.h"
 #include "actions.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)
 {