Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
49bb2213
Commit
49bb2213
authored
Dec 14, 2010
by
hjk
Browse files
debugger: remove dead code
parent
fb837b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
49bb2213
...
...
@@ -378,11 +378,6 @@ WatchHandler *DebuggerEngine::watchHandler() const
return
&
d
->
m_watchHandler
;
}
//SnapshotHandler *DebuggerEngine::snapshotHandler() const
//{
// return &d->m_snapshotHandler;
//}
SourceFilesHandler
*
DebuggerEngine
::
sourceFilesHandler
()
const
{
return
&
d
->
m_sourceFilesHandler
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment