]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dnd.cpp
Misc XRC format docs corrections.
[wxWidgets.git] / src / x11 / dnd.cpp
index ce9aa24bbf6c19557639a4a0da16d274ddd4f66e..a3e5e5d320cc3fbe217be8eda553dbfa53296b7f 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/x11/dnd.cpp
 // Purpose:     wxDropTarget, wxDropSource classes
 // Author:      Julian Smart
-// Id:          $Id$
 // Copyright:   (c) 1998 Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -133,7 +132,7 @@ wxDropSource::wxDropSource( wxWindow *win )
 {
 #if 0
   m_window = win;
-  m_data = (wxDataObject *) NULL;
+  m_data = NULL;
   m_retValue = wxDragCancel;
 
   m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );