Remove unused define.

git-svn-id: svn://localhost/ardour2/branches/3.0@10764 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-22 02:33:56 +00:00
parent 7c5fbe7060
commit 2c6a9b11ac
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View 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)
{