diff options
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index cfb58f15..a92d8bbf 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -58,15 +58,6 @@ class ListBox : public gcn::ListBox void mouseDragged(gcn::MouseEvent &event); - /** - * Sets the selected item. The selected item is represented by - * an index from the list model. - * - * @param selected the selected item as an index from the list model. - * @see getSelected - */ - void setSelected(int selected); - private: static float mAlpha; }; |