]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
Oops, I left an extra { in there.
[wxWidgets.git] / include / wx / msw / listbox.h
index a994417d49b4ced71c1947458fbc2cfc90f07489..ad18e8530ee97fef31327869a9852c473c9d28e1 100644 (file)
@@ -75,8 +75,6 @@ public:
 
     virtual bool IsSelected(int n) const;
     virtual void SetSelection(int n, bool select = TRUE);
-    // rtti needs a function with just one signature
-    void SetSelectionLine(int n) { SetSelection( n ) ; }
     virtual int GetSelection() const;
     virtual int GetSelections(wxArrayInt& aSelections) const;