]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dnd.cpp
More doxygen topic overview cleanup.
[wxWidgets.git] / src / gtk1 / dnd.cpp
index 38e37d4e634395ca0de4f0feffa0c852f774ca13..47ce58b017564911277f9302a54e17b2a0021595 100644 (file)
@@ -53,12 +53,10 @@ extern bool g_blockEventsOnDrag;
 // the flags used for the last DoDragDrop()
 static long gs_flagsForDrag = 0;
 
-#ifdef __WXDEBUG__
 // the trace mask we use with wxLogTrace() - call
 // wxLog::AddTraceMask(TRACE_DND) to enable the trace messages from here
 // (there are quite a few of them, so don't enable this by default)
-static const wxChar *TRACE_DND = _T("dnd");
-#endif
+#define TRACE_DND _T("dnd")
 
 // global variables because GTK+ DnD want to have the
 // mouse event that caused it
@@ -679,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)