debugger: remove old disassembler view and handler

It is replaced by a real editor in e82d6c7b0.
This commit is contained in:
hjk
2009-08-17 13:34:15 +02:00
parent e82d6c7b05
commit 9febb0bcb8
16 changed files with 11 additions and 632 deletions

View File

@@ -29,8 +29,6 @@ HEADERS += \
debuggerplugin.h \
debuggerrunner.h \
debuggertooltip.h \
disassemblerhandler.h \
disassemblerwindow.h \
watchutils.h \
idebuggerengine.h \
imports.h \
@@ -59,8 +57,6 @@ SOURCES += \
debuggerplugin.cpp \
debuggerrunner.cpp \
debuggertooltip.cpp \
disassemblerhandler.cpp \
disassemblerwindow.cpp \
watchutils.cpp \
moduleshandler.cpp \
moduleswindow.cpp \