]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
Hide combobox popup when it is hidden itself in wxMSW.
[wxWidgets.git] / include / wx / msw / combobox.h
index 4f4a99458b980d5418c4bb5bba2f3ed39b9f99c5..191ebb3f90705b27f82587efd8e7d6052d1800cb 100644 (file)
@@ -130,7 +130,6 @@ protected:
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip(wxToolTip *tip);
 #endif
-    void MSWDoPopupOrDismiss(bool show);
 
     // this is the implementation of GetEditHWND() which can also be used when
     // we don't have the edit control, it simply returns NULL then