forked from eden-emu/eden
Remove Surface Viewer stub
This commit is contained in:
parent
7435dc53c8
commit
1a93237c23
3 changed files with 0 additions and 13 deletions
src/yuzu
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue