Remove RPM .spec files from the repository.
[wxWidgets.git] / include / wx / x11 / dataobj.h
index 6ec1bcad39453c669972d702dee06e77b45853b4..b2efffc0e6734015387ab0f5eb6fe8a15ef7df0e 100644 (file)
@@ -1,8 +1,7 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/motif/dataobj.h
+// Name:        wx/x11/dataobj.h
 // Purpose:     declaration of the wxDataObject class for Motif
 // Author:      Julian Smart
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -18,7 +17,7 @@ class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();
-    
+
 #ifdef __DARWIN__
     virtual ~wxDataObject() { }
 #endif