]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/clipbrd.cpp
Remove tbarsmpl.cpp from the build list
[wxWidgets.git] / src / os2 / clipbrd.cpp
index b0a54e5f2431057d4efb2645ba0e7d69deb570e2..fc902957b47abe5835beda473bd4ba65758acb67 100644 (file)
 
 #include <string.h>
 
-#define INCL_DOS
-#define INCL_PM
-#include <os2.h>
-
 #include "wx/os2/private.h"
 
 // wxDataObject is tied to OLE/drag and drop implementation,
@@ -436,8 +432,6 @@ bool wxGetClipboardFormatName(wxDataFormat dataFormat,
 
 IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 
-wxClipboard* wxTheClipboard = (wxClipboard *)NULL;
-
 wxClipboard::wxClipboard()
 {
 }