diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-29 17:30:07 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-29 17:30:07 +0000 |
commit | b3cfa06f9fbce292eaa9a3554f2c04468c7daccf (patch) | |
tree | 367d7a3870d8fb8c3687a15cfde3b9df88a94316 /src/gui/trade.cpp | |
parent | 69dfa053e2d3fc50703338bb2865c33d966dda16 (diff) | |
download | mana-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.gz mana-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.bz2 mana-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.xz mana-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.zip |
Forgot a few debug statements.
Diffstat (limited to 'src/gui/trade.cpp')
-rw-r--r-- | src/gui/trade.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp index 63855704..37faafdf 100644 --- a/src/gui/trade.cpp +++ b/src/gui/trade.cpp @@ -18,7 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id $ + * $Id$ */ #include "trade.h" @@ -262,10 +262,8 @@ void TradeWindow::action(const gcn::ActionEvent &event) if (event.getId() == "add") { - chatWindow->chatLog("Adding item.", BY_SERVER); if (!item) { - chatWindow->chatLog("Nothing to add.", BY_SERVER); return; } |