]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dnd.cpp
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs...
[wxWidgets.git] / src / gtk1 / dnd.cpp
index e90fecfe8cb414f450702c1ba7fa15996c0be398..47ce58b017564911277f9302a54e17b2a0021595 100644 (file)
@@ -677,7 +677,7 @@ source_drag_data_get  (GtkWidget          *WXUNUSED(widget),
 
 extern "C" {
 static void source_drag_data_delete( GtkWidget *WXUNUSED(widget),
-                                     GdkDragContext *context,
+                                     GdkDragContext *WXUNUSED(context),
                                      wxDropSource *WXUNUSED(drop_source) )
 {
     if (g_isIdle)