Remove unused function and translatable strings

This commit is contained in:
JosJuice 2018-09-08 15:18:31 +02:00
parent a4f950ee86
commit 5f35edf505
2 changed files with 0 additions and 11 deletions

View File

@ -459,16 +459,6 @@ void ControllersWindow::OnWiimoteConfigure()
MappingWindow(this, type, static_cast<int>(index)).exec();
}
void ControllersWindow::UnimplementedButton()
{
QMessageBox error_dialog(this);
error_dialog.setIcon(QMessageBox::Warning);
error_dialog.setWindowTitle(tr("Unimplemented"));
error_dialog.setText(tr("Not implemented yet."));
error_dialog.exec();
}
void ControllersWindow::LoadSettings()
{
for (size_t i = 0; i < m_wiimote_groups.size(); i++)

View File

@ -32,7 +32,6 @@ private:
void OnWiimoteTypeChanged(int state);
void OnGCTypeChanged(int state);
void SaveSettings();
void UnimplementedButton();
void OnBluetoothPassthroughSyncPressed();
void OnBluetoothPassthroughResetPressed();
void OnWiimoteRefreshPressed();