diff options
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r-- | lldb/source/Core/IOHandler.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp index 13099d0ebfd..0f9d8a8c8f3 100644 --- a/lldb/source/Core/IOHandler.cpp +++ b/lldb/source/Core/IOHandler.cpp @@ -1082,21 +1082,6 @@ type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect } virtual bool - WindowDelegateUpdateProcess (Window &window) - { - } - - virtual bool - WindowDelegateUpdateThread (Window &window) - { - } - - virtual bool - WindowDelegateUpdateStackFrame (Window &window) - { - } - - virtual bool WindowDelegateDraw (Window &window, bool force) { return false; // Drawing not handled |