X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33a5bc5299a068b4d6a313a7dc830a74edb5780a..7f985bd39a0605d8dea4b4b1abc717c5658209c6:/src/gtk1/dnd.cpp diff --git a/src/gtk1/dnd.cpp b/src/gtk1/dnd.cpp index 6cdb19747f..388df88d25 100644 --- a/src/gtk1/dnd.cpp +++ b/src/gtk1/dnd.cpp @@ -27,13 +27,6 @@ extern bool g_blockEventsOnDrag; - -#if (GTK_MINOR_VERSION == 1) -#if (GTK_MICRO_VERSION >= 3) -#define NEW_GTK_DND_CODE -#endif -#endif - #ifdef NEW_GTK_DND_CODE #include "gtk/gtkdnd.h"