summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-28 12:06:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-28 12:06:02 +0300
commita3a4d08701f03a9ce5b448d8666146afee876ada (patch)
tree7c4f5e279955993d6a2800b8ce62a1e265c05cf5 /src/gui/widgets/tabs/setup_other.cpp
parent1d886c8a482f95f92aa3f6d393435fa033eb56bb (diff)
downloadplus-a3a4d08701f03a9ce5b448d8666146afee876ada.tar.gz
plus-a3a4d08701f03a9ce5b448d8666146afee876ada.tar.bz2
plus-a3a4d08701f03a9ce5b448d8666146afee876ada.tar.xz
plus-a3a4d08701f03a9ce5b448d8666146afee876ada.zip
Remove auctionmanager.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_other.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp
index ad25127f7..0b8bc6448 100644
--- a/src/gui/widgets/tabs/setup_other.cpp
+++ b/src/gui/widgets/tabs/setup_other.cpp
@@ -291,10 +291,6 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemLabel(_("Bots support"), "", this);
// TRANSLATORS: settings option
- new SetupItemCheckBox(_("Enable auction bot support"), "",
- "enableAuctionBot", this, "enableAuctionBotEvent", false);
-
- // TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable guild bot support and disable native "
"guild support"), "", "enableGuildBot", this,
"enableGuildBotEvent", false);
@@ -436,6 +432,5 @@ void Setup_Other::externalUpdated()
{
reread("showJob");
reread("enableGuildBot");
- reread("enableAuctionBot");
reread("enableBuggyServers");
}