13
0

remove unused code

This commit is contained in:
Paul Davis 2016-04-24 12:41:25 -04:00
parent e984dcec74
commit 0e1642f0b4
2 changed files with 0 additions and 21 deletions

View File

@ -798,9 +798,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void step_edit_status_change (bool);
void platform_specific ();
void platform_setup ();
/* these are used only in response to a platform-specific "ShouldQuit" signal
*/
bool idle_finish ();

View File

@ -41,24 +41,6 @@
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)
{