Skip to content

Commit

Permalink
Qt Debugger: Remove memory viewer.
Browse files Browse the repository at this point in the history
Being replaced by WebSocket based debugger.
  • Loading branch information
unknownbrackets committed Jun 6, 2018
1 parent 28cabd5 commit cf33e85
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 649 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Expand Up @@ -757,7 +757,6 @@ elseif(USING_QT_UI)
find_package(Qt5 COMPONENTS Multimedia)
endif(NOT SDL2_FOUND)
set(Qt_UI
Qt/Debugger/debugger_memory.ui
Qt/Debugger/debugger_memorytex.ui
)
qt5_wrap_ui(QT_UI_GEN ${Qt_UI})
Expand All @@ -769,10 +768,6 @@ elseif(USING_QT_UI)
Qt/QtHost.h
Qt/mainwindow.cpp
Qt/mainwindow.h
Qt/Debugger/ctrlmemview.cpp
Qt/Debugger/ctrlmemview.h
Qt/Debugger/debugger_memory.cpp
Qt/Debugger/debugger_memory.h
Qt/Debugger/debugger_memorytex.cpp
Qt/Debugger/debugger_memorytex.h
)
Expand Down
259 changes: 0 additions & 259 deletions Qt/Debugger/ctrlmemview.cpp

This file was deleted.

91 changes: 0 additions & 91 deletions Qt/Debugger/ctrlmemview.h

This file was deleted.

0 comments on commit cf33e85

Please sign in to comment.