]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/listbox.h
moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform.h from wx/wxchar.h because...
[wxWidgets.git] / include / wx / univ / listbox.h
index 07bbd27a55ec83c2a41415e446ee7a7677abee0b..b5c6cc2c21d42b26ae007bd06c36f0a158c3f16c 100644 (file)
@@ -167,11 +167,9 @@ public:
                                long numArg = 0l,
                                const wxString& strArg = wxEmptyString);
 
-    // let wxColourScheme choose the right colours for us
-    virtual bool IsContainerWindow() const { return TRUE; }
-
     // idle processing
     virtual void OnInternalIdle();
+
 protected:
     // geometry
     virtual wxSize DoGetBestClientSize() const;