mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 14:45:21 +08:00
Removed dead code
This commit is contained in:
@@ -144,10 +144,6 @@ void SetupWizard::reject()
|
||||
QWizard::reject();
|
||||
}
|
||||
|
||||
void SetupWizard::on_m_pCheckBoxEnableCrypto_stateChanged(int )
|
||||
{
|
||||
}
|
||||
|
||||
void SetupWizard::on_m_pComboLanguage_currentIndexChanged(int index)
|
||||
{
|
||||
QString ietfCode = m_pComboLanguage->itemData(index).toString();
|
||||
|
||||
@@ -45,6 +45,5 @@ private:
|
||||
SynergyLocale m_Locale;
|
||||
|
||||
private slots:
|
||||
void on_m_pCheckBoxEnableCrypto_stateChanged(int );
|
||||
void on_m_pComboLanguage_currentIndexChanged(int index);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user