Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(profileform): Deleted extra check and extra url
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Apr 12, 2016
1 parent 88de3a0 commit 1f7e23d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/widget/form/profileform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ ProfileForm::ProfileForm(QWidget *parent) :

/* Toxme section init */
bodyUI->toxmeServersList->addItem("toxme.io");
bodyUI->toxmeServersList->addItem("toxme.io");
QString toxmeInfo = Settings::getInstance().getToxmeInfo();
if (toxmeInfo.isEmpty()) // User not registered
showRegisterToxme();
Expand Down Expand Up @@ -477,8 +476,6 @@ void ProfileForm::onRegisterButtonClicked()
QString bio = bodyUI->toxmeBio->text();
QString server = bodyUI->toxmeServersList->currentText();
bool privacy = bodyUI->toxmePrivacy->isChecked();
if (name.isEmpty())
return;

Core* oldCore = Core::getInstance();

Expand Down

0 comments on commit 1f7e23d

Please sign in to comment.