mirror of
https://github.com/PCSX2/pcsx2.git
synced 2024-11-27 03:20:35 +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()
|
InputRecordingViewer* MainWindow::getInputRecordingViewer()
|
||||||
{
|
{
|
||||||
if (!m_input_recording_viewer)
|
if (!m_input_recording_viewer)
|
||||||
|
@ -179,7 +179,6 @@ private Q_SLOTS:
|
|||||||
void onInputRecNewActionTriggered();
|
void onInputRecNewActionTriggered();
|
||||||
void onInputRecPlayActionTriggered();
|
void onInputRecPlayActionTriggered();
|
||||||
void onInputRecStopActionTriggered();
|
void onInputRecStopActionTriggered();
|
||||||
void onInputRecOpenSettingsTriggered();
|
|
||||||
void onInputRecOpenViewer();
|
void onInputRecOpenViewer();
|
||||||
|
|
||||||
void onVMStarting();
|
void onVMStarting();
|
||||||
|
@ -196,7 +196,6 @@
|
|||||||
<addaction name="actionInputRecStop"/>
|
<addaction name="actionInputRecStop"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionInputRecOpenViewer"/>
|
<addaction name="actionInputRecOpenViewer"/>
|
||||||
<addaction name="actionInputRecOpenSettings"/>
|
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionInputRecConsoleLogs"/>
|
<addaction name="actionInputRecConsoleLogs"/>
|
||||||
<addaction name="actionInputRecControllerLogs"/>
|
<addaction name="actionInputRecControllerLogs"/>
|
||||||
@ -981,14 +980,6 @@
|
|||||||
<string extracomment="This section refers to the Input Recording submenu.">Stop</string>
|
<string extracomment="This section refers to the Input Recording submenu.">Stop</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</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">
|
<action name="actionRecording_Console_Logs">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Input Recording Logs</string>
|
<string>Input Recording Logs</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user