Qt: Removed the Registers widget.

It was crashing and nobody actually uses this.
This commit is contained in:
Subv
2018-06-12 20:33:32 -05:00
parent 09b8a16414
commit 7786f41cc0
6 changed files with 0 additions and 292 deletions

View File

@@ -32,8 +32,6 @@ add_executable(yuzu
debugger/graphics/graphics_surface.h
debugger/profiler.cpp
debugger/profiler.h
debugger/registers.cpp
debugger/registers.h
debugger/wait_tree.cpp
debugger/wait_tree.h
game_list.cpp
@@ -60,7 +58,6 @@ set(UIS
configuration/configure_graphics.ui
configuration/configure_input.ui
configuration/configure_system.ui
debugger/registers.ui
hotkeys.ui
main.ui
)