]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
More WinCE mods.
[wxWidgets.git] / include / wx / msw / combobox.h
index ab5127be3d7f01f525b6dddad707bdfad4b6d094..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,10 +81,6 @@ public:
             WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
     WXHWND GetEditHWND() const;
-
-protected:
-    virtual void DoMoveWindow(int x, int y, int width, int height);
-    virtual wxSize DoGetBestSize() const;
 };
 
 #endif // wxUSE_COMBOBOX