diff options
| author | bunnei <bunneidev@gmail.com> | 2018-01-14 14:33:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-14 14:33:06 -0500 |
| commit | bf1084ff6eae558bbca8458460c2af17ade5f9a4 (patch) | |
| tree | 7abde56f10ca2944ee84673e3bb9c556911547a5 /src/yuzu/main.ui | |
| parent | 7435dc53c8a3d9502232567cddcf3964e2dbab1e (diff) | |
| parent | 1a93237c23fc0cce5fe0481d2a3688f3b7c6c4e1 (diff) | |
Merge pull request #7 from JayFoxRox/remove-surface-viewer
Remove Surface Viewer stub
Diffstat (limited to 'src/yuzu/main.ui')
| -rw-r--r-- | src/yuzu/main.ui | 7 |
1 files changed, 0 insertions, 7 deletions
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> |
