summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpoint.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-04 14:54:09 +0100
committerhjk <hjk@theqtcompany.com>2015-02-04 13:56:24 +0000
commit0b0e6506d3042e6240ef0b5871a1f18700ce839d (patch)
treeddb0e4b86cc33b97ee67ddedc20579842fef4067 /src/plugins/debugger/breakpoint.h
parent620d1c36e5a811a269a482edca5eeaa89dbd1ada (diff)
downloadqt-creator-0b0e6506d3042e6240ef0b5871a1f18700ce839d.tar.gz
Debugger: Remove unused code
Change-Id: Icce45f23abc026668531191e95c2e4d93d63fda7 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/breakpoint.h')
-rw-r--r--src/plugins/debugger/breakpoint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h
index e99e15ce2b..73341f5d21 100644
--- a/src/plugins/debugger/breakpoint.h
+++ b/src/plugins/debugger/breakpoint.h
@@ -63,8 +63,6 @@ public:
{ return m_majorPart == id.m_majorPart && m_minorPart == id.m_minorPart; }
quint16 majorPart() const { return m_majorPart; }
quint16 minorPart() const { return m_minorPart; }
- BreakpointModelId parent() const;
- BreakpointModelId child(int row) const;
static BreakpointModelId fromInternalId(quint32 id)
{ return BreakpointModelId(id & 0xff, id >> 16); }