X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f62badb5f6c8b08d1cfdaf330d86f2d0eddeba7..726cc8697cd44a41b43257f05ca8cdd42b71a711:/include/wx/motif/dataobj2.h diff --git a/include/wx/motif/dataobj2.h b/include/wx/motif/dataobj2.h index 4226e32d48..c80d8c6b65 100644 --- a/include/wx/motif/dataobj2.h +++ b/include/wx/motif/dataobj2.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: include/wx/motif/dataobj2.h +// Name: wx/motif/dataobj2.h // Purpose: declaration of standard wxDataObjectSimple-derived classes // Author: Mattia Barbon // Created: 27.04.03 @@ -11,10 +11,6 @@ #ifndef _WX_MOTIF_DATAOBJ2_H_ #define _WX_MOTIF_DATAOBJ2_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "dataobj.h" -#endif - // ---------------------------------------------------------------------------- // wxBitmapDataObject is a specialization of wxDataObject for bitmaps // ---------------------------------------------------------------------------- @@ -46,4 +42,3 @@ public: }; #endif // _WX_MOTIF_DATAOBJ2_H_ -