summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/main.cpp5
-rw-r--r--src/yuzu/main.h1
-rw-r--r--src/yuzu/main.ui7
3 files changed, 0 insertions, 13 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 5e0d1d0d5..f64e68268 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -143,9 +143,6 @@ void GMainWindow::InitializeWidgets() {
143} 143}
144 144
145void GMainWindow::InitializeDebugWidgets() { 145void GMainWindow::InitializeDebugWidgets() {
146 connect(ui.action_Create_Pica_Surface_Viewer, &QAction::triggered, this,
147 &GMainWindow::OnCreateGraphicsSurfaceViewer);
148
149 QMenu* debug_menu = ui.menu_View_Debugging; 146 QMenu* debug_menu = ui.menu_View_Debugging;
150 147
151#if MICROPROFILE_ENABLED 148#if MICROPROFILE_ENABLED
@@ -599,8 +596,6 @@ void GMainWindow::OnToggleFilterBar() {
599 } 596 }
600} 597}
601 598
602void GMainWindow::OnCreateGraphicsSurfaceViewer() {}
603
604void GMainWindow::UpdateStatusBar() { 599void GMainWindow::UpdateStatusBar() {
605 if (emu_thread == nullptr) { 600 if (emu_thread == nullptr) {
606 status_bar_update_timer.stop(); 601 status_bar_update_timer.stop();
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index d3f3b3e59..3add882dd 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -128,7 +128,6 @@ private slots:
128 void OnToggleFilterBar(); 128 void OnToggleFilterBar();
129 void OnDisplayTitleBars(bool); 129 void OnDisplayTitleBars(bool);
130 void ToggleWindowMode(); 130 void ToggleWindowMode();
131 void OnCreateGraphicsSurfaceViewer();
132 void OnCoreError(Core::System::ResultStatus, std::string); 131 void OnCoreError(Core::System::ResultStatus, std::string);
133 132
134private: 133private:
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui
index dde8514a5..721e769e8 100644
--- a/src/yuzu/main.ui
+++ b/src/yuzu/main.ui
@@ -82,8 +82,6 @@
82 <property name="title"> 82 <property name="title">
83 <string>Debugging</string> 83 <string>Debugging</string>
84 </property> 84 </property>
85 <addaction name="action_Create_Pica_Surface_Viewer"/>
86 <addaction name="separator"/>
87 </widget> 85 </widget>
88 <addaction name="action_Single_Window_Mode"/> 86 <addaction name="action_Single_Window_Mode"/>
89 <addaction name="action_Display_Dock_Widget_Headers"/> 87 <addaction name="action_Display_Dock_Widget_Headers"/>
@@ -191,11 +189,6 @@
191 <string>Selects a folder to display in the game list</string> 189 <string>Selects a folder to display in the game list</string>
192 </property> 190 </property>
193 </action> 191 </action>
194 <action name="action_Create_Pica_Surface_Viewer">
195 <property name="text">
196 <string>Create Pica Surface Viewer</string>
197 </property>
198 </action>
199 </widget> 192 </widget>
200 <resources/> 193 <resources/>
201</ui> 194</ui>