Skip to content

Commit

Permalink
Qt: Cleanup Unused InputRec Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Oct 29, 2024
1 parent 7b937aa commit 086399b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions pcsx2-qt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1911,11 +1911,6 @@ void MainWindow::onInputRecStopActionTriggered()
}
}

void MainWindow::onInputRecOpenSettingsTriggered()
{
// TODO - Vaser - Implement
}

InputRecordingViewer* MainWindow::getInputRecordingViewer()
{
if (!m_input_recording_viewer)
Expand Down
1 change: 0 additions & 1 deletion pcsx2-qt/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ private Q_SLOTS:
void onInputRecNewActionTriggered();
void onInputRecPlayActionTriggered();
void onInputRecStopActionTriggered();
void onInputRecOpenSettingsTriggered();
void onInputRecOpenViewer();

void onVMStarting();
Expand Down
9 changes: 0 additions & 9 deletions pcsx2-qt/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 086399b

Please sign in to comment.