Procházet zdrojové kódy

Remove Surface Viewer stub

Jannik Vogel před 8 roky
rodič
revize
1a93237c23
3 změnil soubory, kde provedl 0 přidání a 13 odebrání
  1. 0 5
      src/yuzu/main.cpp
  2. 0 1
      src/yuzu/main.h
  3. 0 7
      src/yuzu/main.ui

+ 0 - 5
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();

+ 0 - 1
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:

+ 0 - 7
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>