While keeping demo dialogs, removed fairware dialogs.

Npw, when in "fairware mode", we simply show no dialog at all.
This commit is contained in:
Virgil Dupras 2013-03-24 11:27:02 -04:00
parent 7cac0b5d6e
commit 17b5703885
1 changed files with 0 additions and 4 deletions

View File

@ -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)