mirror of
https://github.com/PCSX2/pcsx2.git
synced 2024-11-26 19:10:27 +00:00
Qt: Cleanup Unused InputRec Menu
This commit is contained in:
parent
ea8a2deae6
commit
ca6e1c9a46
@ -1911,11 +1911,6 @@ void MainWindow::onInputRecStopActionTriggered()
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::onInputRecOpenSettingsTriggered()
|
||||
{
|
||||
// TODO - Vaser - Implement
|
||||
}
|
||||
|
||||
InputRecordingViewer* MainWindow::getInputRecordingViewer()
|
||||
{
|
||||
if (!m_input_recording_viewer)
|
||||
|
@ -179,7 +179,6 @@ private Q_SLOTS:
|
||||
void onInputRecNewActionTriggered();
|
||||
void onInputRecPlayActionTriggered();
|
||||
void onInputRecStopActionTriggered();
|
||||
void onInputRecOpenSettingsTriggered();
|
||||
void onInputRecOpenViewer();
|
||||
|
||||
void onVMStarting();
|
||||
|
@ -196,7 +196,6 @@
|
||||
<addaction name="actionInputRecStop"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionInputRecOpenViewer"/>
|
||||
<addaction name="actionInputRecOpenSettings"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionInputRecConsoleLogs"/>
|
||||
<addaction name="actionInputRecControllerLogs"/>
|
||||
@ -981,14 +980,6 @@
|
||||
<string extracomment="This section refers to the Input Recording submenu.">Stop</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInputRecOpenSettings">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string extracomment="This section refers to the Input Recording submenu.">Settings</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRecording_Console_Logs">
|
||||
<property name="text">
|
||||
<string>Input Recording Logs</string>
|
||||
|
Loading…
Reference in New Issue
Block a user