summaryrefslogtreecommitdiffstats
path: root/pokemodr/AuthorUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/AuthorUI.cpp')
-rw-r--r--pokemodr/AuthorUI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemodr/AuthorUI.cpp b/pokemodr/AuthorUI.cpp
index 45020256..235931e0 100644
--- a/pokemodr/AuthorUI.cpp
+++ b/pokemodr/AuthorUI.cpp
@@ -27,10 +27,6 @@ AuthorUI::AuthorUI(Author* author, QWidget* parent) :
setupUi(this);
QMetaObject::connectSlotsByName(this);
setObjects(author, new Author(*author));
- 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();
}