Removed dead code

This commit is contained in:
Xinyu Hou 2014-11-20 14:33:13 +00:00
parent 40ef0b03c2
commit c323003f65
2 changed files with 0 additions and 5 deletions

View File

@ -144,10 +144,6 @@ void SetupWizard::reject()
QWizard::reject(); QWizard::reject();
} }
void SetupWizard::on_m_pCheckBoxEnableCrypto_stateChanged(int )
{
}
void SetupWizard::on_m_pComboLanguage_currentIndexChanged(int index) void SetupWizard::on_m_pComboLanguage_currentIndexChanged(int index)
{ {
QString ietfCode = m_pComboLanguage->itemData(index).toString(); QString ietfCode = m_pComboLanguage->itemData(index).toString();

View File

@ -45,6 +45,5 @@ private:
SynergyLocale m_Locale; SynergyLocale m_Locale;
private slots: private slots:
void on_m_pCheckBoxEnableCrypto_stateChanged(int );
void on_m_pComboLanguage_currentIndexChanged(int index); void on_m_pComboLanguage_currentIndexChanged(int index);
}; };