diff options
| author | 2018-01-14 20:12:03 +0100 | |
|---|---|---|
| committer | 2018-01-14 20:12:03 +0100 | |
| commit | 1a93237c23fc0cce5fe0481d2a3688f3b7c6c4e1 (patch) | |
| tree | 7abde56f10ca2944ee84673e3bb9c556911547a5 /src | |
| parent | Merge pull request #4 from spycrab/aboutdialog (diff) | |
| download | yuzu-1a93237c23fc0cce5fe0481d2a3688f3b7c6c4e1.tar.gz yuzu-1a93237c23fc0cce5fe0481d2a3688f3b7c6c4e1.tar.xz yuzu-1a93237c23fc0cce5fe0481d2a3688f3b7c6c4e1.zip | |
Remove Surface Viewer stub
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 5 | ||||
| -rw-r--r-- | src/yuzu/main.h | 1 | ||||
| -rw-r--r-- | src/yuzu/main.ui | 7 |
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 | ||
| 145 | void GMainWindow::InitializeDebugWidgets() { | 145 | void 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 | ||
| 602 | void GMainWindow::OnCreateGraphicsSurfaceViewer() {} | ||
| 603 | |||
| 604 | void GMainWindow::UpdateStatusBar() { | 599 | void 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 | ||
| 134 | private: | 133 | private: |
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> |