summaryrefslogtreecommitdiff
path: root/vcl/quartz/CTRunData.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz/CTRunData.cxx')
-rw-r--r--vcl/quartz/CTRunData.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/quartz/CTRunData.cxx b/vcl/quartz/CTRunData.cxx
index 930f6d17fb88..7ef38918976f 100644
--- a/vcl/quartz/CTRunData.cxx
+++ b/vcl/quartz/CTRunData.cxx
@@ -17,7 +17,6 @@ CTRunData::CTRunData( CTRunRef pRun, int start)
: ownership_flags(0)
, m_StartPos(start)
, m_pRun(pRun)
- , m_pAdjPositions(NULL)
{
assert(pRun);
@@ -87,7 +86,6 @@ CTRunData::~CTRunData()
{
delete [] m_pPositions;
}
- delete [] m_pAdjPositions;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */