Remove unused define.
authorCarl Hetherington <carl@carlh.net>
Tue, 22 Nov 2011 02:33:56 +0000 (02:33 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 22 Nov 2011 02:33:56 +0000 (02:33 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10764 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/vstfxwin.cc
libs/fst/vstwin.c

index 4b2817085005b7d4bed5d519a65d6f12dfa98dce..526bd68daabf0de343cce269cd37ad23c5500f53 100755 (executable)
@@ -51,8 +51,6 @@ Display* LXVST_XDisplay = NULL;
 
 pthread_t LXVST_gui_event_thread;
 
-#define DELAYED_WINDOW 1
-
 /*Util functions to get the value of a property attached to an XWindow*/
 
 bool LXVST_xerror;
index 00c5be2fc757816cf159d03bda170ebc30fccb65..c175fcd823ed7131782dd669f65bd4ed91a60e76 100644 (file)
@@ -33,9 +33,6 @@ const char magic[] = "FST Plugin State v002";
 DWORD  gui_thread_id = 0;
 static int gui_quit = 0;
 
-#define DELAYED_WINDOW 1
-
-
 static LRESULT WINAPI 
 my_window_proc (HWND w, UINT msg, WPARAM wp, LPARAM lp)
 {