summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-18 16:40:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-18 16:40:55 +0300
commit0b236e4e04a6d89d34925ce9d2875c002e135b23 (patch)
treeead38bd486f6018f8a4a608486ea1cc8e2d4ac60 /src/gui/setup_other.cpp
parent0e21b478636fac986a5e2276662da6a6e1692f9e (diff)
downloadManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.gz
ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.bz2
ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.xz
ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.zip
Remove auction bot support.
This bot for long time offline in tmw and possible will be never online.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 965382f71..707d5fa4a 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -198,9 +198,6 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemLabel(_("Bots support"), "", this);
- new SetupItemCheckBox(_("Enable auction bot support"), "",
- "enableAuctionBot", this, "enableAuctionBotEvent", false);
-
new SetupItemCheckBox(_("Enable guild bot support and disable native "
"guild support"), "", "enableGuildBot", this,
"enableGuildBotEvent", false);