summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-14 20:33:06 +0100
committerGitHub <noreply@github.com>2018-01-14 20:33:06 +0100
commitbf1084ff6eae558bbca8458460c2af17ade5f9a4 (patch)
tree7abde56f10ca2944ee84673e3bb9c556911547a5 /src
parentMerge pull request #4 from spycrab/aboutdialog (diff)
parentRemove Surface Viewer stub (diff)
downloadyuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar.gz
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar.bz2
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar.lz
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar.xz
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.tar.zst
yuzu-bf1084ff6eae558bbca8458460c2af17ade5f9a4.zip
Diffstat (limited to '')
-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() {
}
void GMainWindow::InitializeDebugWidgets() {
- connect(ui.action_Create_Pica_Surface_Viewer, &QAction::triggered, this,
- &GMainWindow::OnCreateGraphicsSurfaceViewer);
-
QMenu* debug_menu = ui.menu_View_Debugging;
#if MICROPROFILE_ENABLED
@@ -599,8 +596,6 @@ void GMainWindow::OnToggleFilterBar() {
}
}
-void GMainWindow::OnCreateGraphicsSurfaceViewer() {}
-
void GMainWindow::UpdateStatusBar() {
if (emu_thread == nullptr) {
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:
void OnToggleFilterBar();
void OnDisplayTitleBars(bool);
void ToggleWindowMode();
- void OnCreateGraphicsSurfaceViewer();
void OnCoreError(Core::System::ResultStatus, std::string);
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 @@
<property name="title">
<string>Debugging</string>
</property>
- <addaction name="action_Create_Pica_Surface_Viewer"/>
- <addaction name="separator"/>
</widget>
<addaction name="action_Single_Window_Mode"/>
<addaction name="action_Display_Dock_Widget_Headers"/>
@@ -191,11 +189,6 @@
<string>Selects a folder to display in the game list</string>
</property>
</action>
- <action name="action_Create_Pica_Surface_Viewer">
- <property name="text">
- <string>Create Pica Surface Viewer</string>
- </property>
- </action>
</widget>
<resources/>
</ui>