summaryrefslogtreecommitdiff
path: root/src/gui/confirm_dialog.h
diff options
context:
space:
mode:
authorBjørn <bjorn@horst-dieter.(none)>2009-04-12 18:04:33 +0200
committerBjørn <bjorn@horst-dieter.(none)>2009-04-12 19:06:37 +0200
commita6998fbdfaf84aa1920564d97e3421ed28c9a893 (patch)
tree592fb9e78946a4f539e7c1dd3210b50f68e4f961 /src/gui/confirm_dialog.h
parentacbafa84774d4addeb4da0206762d64febf26d3e (diff)
downloadmana-a6998fbdfaf84aa1920564d97e3421ed28c9a893.tar.gz
mana-a6998fbdfaf84aa1920564d97e3421ed28c9a893.tar.bz2
mana-a6998fbdfaf84aa1920564d97e3421ed28c9a893.tar.xz
mana-a6998fbdfaf84aa1920564d97e3421ed28c9a893.zip
Cleaned up the ItemPopup class a bit
Removed methods updateColors, getItemName and getNumRows. The last one was also removed from some other classes.
Diffstat (limited to 'src/gui/confirm_dialog.h')
-rw-r--r--src/gui/confirm_dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/confirm_dialog.h b/src/gui/confirm_dialog.h
index 821131c6..dad79933 100644
--- a/src/gui/confirm_dialog.h
+++ b/src/gui/confirm_dialog.h
@@ -45,8 +45,6 @@ class ConfirmDialog : public Window, public gcn::ActionListener
ConfirmDialog(const std::string &title, const std::string &msg,
Window *parent = NULL);
- unsigned int getNumRows();
-
/**
* Called when receiving actions from the widgets.
*/