]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 10 Apr 2006 11:45:54 +0000 (11:45 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 10 Apr 2006 11:45:54 +0000 (11:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listbox.h

index 6826f1d99714a96ce360434091c8a9d905284bfb..91a7e596be99242eb37aef8130c00033f0980ae6 100644 (file)
@@ -114,27 +114,12 @@ protected:
     virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
     virtual int DoListHitTest(const wxPoint& point) const;
 
-    void            MacDelete( int n ) ;
-    void            MacInsert( int n , const wxString& item) ;
-    void            MacAppend( const wxString& item) ;
-    void            MacSet( int n , const wxString& item ) ;
-    void            MacClear() ;
-    void            MacDeselectAll() ;
-    void            MacSetSelection( int n , bool select ) ;
-    int             MacGetSelection() const ;
-    int             MacGetSelections(wxArrayInt& aSelections) const ;
-    bool            MacIsSelected( int n ) const ;
-    void            MacScrollTo( int n ) ;
-    bool            MacSuppressSelection( bool suppress ) ;
-
     // free memory (common part of Clear() and dtor)
     // prevent collision with some BSD definitions of macro Free()
     void FreeData();
 
     unsigned int m_noItems;
-    int m_selected;
-    bool m_suppressSelection ;
-
+    
     virtual wxSize DoGetBestSize() const;
 
     // common creation for all databrowser list implementations