summaryrefslogtreecommitdiffstats
path: root/pokemodr/CoinListUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/CoinListUI.cpp')
-rw-r--r--pokemodr/CoinListUI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemodr/CoinListUI.cpp b/pokemodr/CoinListUI.cpp
index da0cd85e..5c0800cc 100644
--- a/pokemodr/CoinListUI.cpp
+++ b/pokemodr/CoinListUI.cpp
@@ -30,10 +30,6 @@ CoinListUI::CoinListUI(CoinList* coinList, QWidget* parent) :
setupUi(this);
QMetaObject::connectSlotsByName(this);
setObjects(coinList, new CoinList(*coinList));
- connect(modified(), SIGNAL(error(const QString&)), this, SLOT(setGui()));
- connect(modified(), SIGNAL(error(const QString&)), this, SLOT(errorMessage(const QString&)));
- connect(modified(), SIGNAL(warning(const QString&)), this, SLOT(warningMessage(const QString&)));
- connect(modified(), SIGNAL(changed()), this, SLOT(setChanged()));
init();
}