summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-26 08:24:01 -0700
committerIra Rice <irarice@gmail.com>2009-02-26 08:24:01 -0700
commit0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a (patch)
tree51cec1c070c97b7d03120254710da1577daf5f92 /src/gui/shoplistbox.h
parent0dde31c3db09113639fa443142995b6efcff6646 (diff)
downloadmana-client-0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a.tar.gz
mana-client-0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a.tar.bz2
mana-client-0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a.tar.xz
mana-client-0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a.zip
Fixed an error in shoplistboxes as identified by Octalot.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/shoplistbox.h')
-rw-r--r--src/gui/shoplistbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/shoplistbox.h b/src/gui/shoplistbox.h
index 8542a7b8..bed9902b 100644
--- a/src/gui/shoplistbox.h
+++ b/src/gui/shoplistbox.h
@@ -57,8 +57,6 @@ class ShopListBox : public ListBox
*/
unsigned int getRowHeight() const { return mRowHeight; }
- void mousePressed(gcn::MouseEvent &event);
-
/**
* gives information about the current player's money
*/