]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dnd.cpp
implementation streamlined
[wxWidgets.git] / src / gtk / dnd.cpp
index 537dbd8b8c06e5ae8ed6e0aa7d88c5bef0dedb87..794505a24810241db5cf9d71bcbe6e1a6b85ba3b 100644 (file)
 #include <gtk/gtkdnd.h>
 #include <gtk/gtkselection.h>
 
-//-----------------------------------------------------------------------------
-// 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;