mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Remove unused function and translatable strings
This commit is contained in:
parent
a4f950ee86
commit
5f35edf505
@ -459,16 +459,6 @@ void ControllersWindow::OnWiimoteConfigure()
|
|||||||
MappingWindow(this, type, static_cast<int>(index)).exec();
|
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()
|
void ControllersWindow::LoadSettings()
|
||||||
{
|
{
|
||||||
for (size_t i = 0; i < m_wiimote_groups.size(); i++)
|
for (size_t i = 0; i < m_wiimote_groups.size(); i++)
|
||||||
|
@ -32,7 +32,6 @@ private:
|
|||||||
void OnWiimoteTypeChanged(int state);
|
void OnWiimoteTypeChanged(int state);
|
||||||
void OnGCTypeChanged(int state);
|
void OnGCTypeChanged(int state);
|
||||||
void SaveSettings();
|
void SaveSettings();
|
||||||
void UnimplementedButton();
|
|
||||||
void OnBluetoothPassthroughSyncPressed();
|
void OnBluetoothPassthroughSyncPressed();
|
||||||
void OnBluetoothPassthroughResetPressed();
|
void OnBluetoothPassthroughResetPressed();
|
||||||
void OnWiimoteRefreshPressed();
|
void OnWiimoteRefreshPressed();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user