X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d7e458f1a9b6278a5fe7c4ff54fc66f2c9309fe..d7b284e5c62523c9a43e26977672b4ff7c5b8981:/src/gtk/dnd.cpp?ds=inline diff --git a/src/gtk/dnd.cpp b/src/gtk/dnd.cpp index 537dbd8b8c..794505a248 100644 --- a/src/gtk/dnd.cpp +++ b/src/gtk/dnd.cpp @@ -29,13 +29,6 @@ #include #include -//----------------------------------------------------------------------------- -// idle system -//----------------------------------------------------------------------------- - -extern void wxapp_install_idle_handler(); -extern bool g_isIdle; - //---------------------------------------------------------------------------- // global data //---------------------------------------------------------------------------- @@ -352,7 +345,7 @@ static gboolean target_drag_drop( GtkWidget *widget, GdkAtom format = drop_target->GetMatchingPair(); // this does happen somehow, see bug 555111 - wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") ) + wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") ); /* GdkDragAction action = GDK_ACTION_MOVE;