summaryrefslogtreecommitdiff
path: root/src/gui/buysell.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
commit33bcf31d8eb5c7712e8a9d0b31489186a5c68521 (patch)
tree67e08d0e5ef4c40caee79e97402a43b2a4a9bca7 /src/gui/buysell.cpp
parent4542a711526bfcd09184436eda440b10bb92fbed (diff)
downloadmana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.gz
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.bz2
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.xz
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.zip
Renamed stats dialog to status dialog, which it is and to make room for the
real stats dialog that is currently called the skill dialog.
Diffstat (limited to 'src/gui/buysell.cpp')
-rw-r--r--src/gui/buysell.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp
index 730689e0..eae19917 100644
--- a/src/gui/buysell.cpp
+++ b/src/gui/buysell.cpp
@@ -61,9 +61,3 @@ BuySellDialog::~BuySellDialog()
delete sellButton;
delete cancelButton;
}
-
-void BuySellDialog::action(const std::string& eventId)
-{
- if (eventId == "cancel") {
- }
-}