summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-28 13:51:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-28 13:51:26 +0000
commitd825f20a324dc05fae612b748c579c22df88a471 (patch)
treeb8146a2a4a307186d344853fb52cbde7fcef1393 /gtk2_ardour
parent3696f98e6f1ac44f8ebfe975405cf82f6d0f8a72 (diff)
explicit checks for all components of the LV2 stack
git-svn-id: svn://localhost/ardour2/branches/3.0@12465 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/main.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 463fb70482..ffd9e3c1cf 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -423,10 +423,6 @@ sigpipe_handler (int /*signal*/)
}
}
-#ifdef HAVE_LV2
-void close_external_ui_windows();
-#endif
-
#ifdef WINDOWS_VST_SUPPORT
extern int windows_vst_gui_init (int* argc, char** argv[]);
@@ -534,9 +530,6 @@ int main (int argc, char *argv[])
ARDOUR::cleanup ();
pthread_cancel_all ();
-#ifdef HAVE_LV2
- close_external_ui_windows();
-#endif
return 0;
}
#ifdef WINDOWS_VST_SUPPORT