mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Remove Surface Viewer stub
This commit is contained in:
parent
eeddfb7409
commit
e5ecb86d23
3 changed files with 0 additions and 13 deletions
|
@ -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