]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
fix the bug which prevented the same wxFile/DirDialog object from being used twice...
[wxWidgets.git] / include / wx / gdicmn.h
index b1e5d72c182367316f3e1ba7bb949b3943954d2d..0c27e93a9b971a42d972acf70bd6d5e6ea47a9d0 100644 (file)
@@ -20,7 +20,6 @@
 #include "wx/list.h"
 #include "wx/string.h"
 #include "wx/fontenc.h"
-#include "wx/hashmap.h"
 #include "wx/math.h"
 
 // ---------------------------------------------------------------------------
@@ -37,6 +36,7 @@ class WXDLLIMPEXP_CORE wxPalette;
 class WXDLLIMPEXP_CORE wxPen;
 class WXDLLIMPEXP_CORE wxRegion;
 class WXDLLIMPEXP_BASE wxString;
+class wxStringToColourHashMap;
 
 // ---------------------------------------------------------------------------
 // constants
@@ -494,8 +494,6 @@ public:
 #endif
 };
 
-WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap );
-
 class WXDLLEXPORT wxColourDatabase
 {
 public:
@@ -676,9 +674,6 @@ extern WXDLLEXPORT_DATA(const wxChar) wxPanelNameStr[];
 extern WXDLLEXPORT_DATA(const wxSize) wxDefaultSize;
 extern WXDLLEXPORT_DATA(const wxPoint) wxDefaultPosition;
 
-// The list of objects which should be deleted
-extern WXDLLEXPORT_DATA(wxList) wxPendingDelete;
-
 // ---------------------------------------------------------------------------
 // global functions
 // ---------------------------------------------------------------------------