From 17b5703885e714e0be8c83b7fd17fed55afc1702 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 24 Mar 2013 11:27:02 -0400 Subject: [PATCH] While keeping demo dialogs, removed fairware dialogs. Npw, when in "fairware mode", we simply show no dialog at all. --- qt/base/app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qt/base/app.py b/qt/base/app.py index 8785f551..38cfeab0 100644 --- a/qt/base/app.py +++ b/qt/base/app.py @@ -228,10 +228,6 @@ class DupeGuru(QObject): self.about_box.registerButton.hide() self.about_box.registeredEmailLabel.setText(self.model.registration_email) - def show_fairware_nag(self, prompt): - reg = Registration(self.model) - reg.show_fairware_nag(prompt) - def show_demo_nag(self, prompt): reg = Registration(self.model) reg.show_demo_nag(prompt)