]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dragimgg.cpp
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic...
[wxWidgets.git] / src / generic / dragimgg.cpp
index 36bd745ccc2671c3a5245238d5d2ddd16c32bccc..56ee35e91ddd494ef0dab5fc395ecefa6c20dacf 100644 (file)
@@ -451,7 +451,8 @@ bool wxGenericDragImage::Hide()
 }
 
 // More efficient: erase and redraw simultaneously if possible
-bool wxGenericDragImage::RedrawImage(const wxPoint& oldPos, const wxPoint& newPos,
+bool wxGenericDragImage::RedrawImage(const wxPoint& WXUNUSED(oldPos),
+                                     const wxPoint& newPos,
                                      bool eraseOld, bool drawNew)
 {
     if (!m_windowDC)