Remove Surface Viewer stub

This commit is contained in:
Jannik Vogel 2018-01-14 20:12:03 +01:00
parent 7435dc53c8
commit 1a93237c23
3 changed files with 0 additions and 13 deletions
src/yuzu

View file

@ -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();