]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
More WinCE mods.
[wxWidgets.git] / include / wx / msw / combobox.h
index 3a1877a3038b1aa5ea70e53ef2a4a9b0f0032a1a..d143bdf3675f31433fcb7cdbcbaab0ebe2a29fe1 100644 (file)
@@ -20,9 +20,6 @@
 
 #if wxUSE_COMBOBOX
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxComboBoxNameStr;
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
-
 // ----------------------------------------------------------------------------
 // Combobox control
 // ----------------------------------------------------------------------------
@@ -84,9 +81,6 @@ public:
             WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
     WXHWND GetEditHWND() const;
-
-protected:
-    virtual wxSize DoGetBestSize() const;
 };
 
 #endif // wxUSE_COMBOBOX