diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtpage.cpp')
-rw-r--r-- | xfa/fde/cfde_txtedtpage.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fde/cfde_txtedtpage.cpp b/xfa/fde/cfde_txtedtpage.cpp index b018d30bad..8535459eb1 100644 --- a/xfa/fde/cfde_txtedtpage.cpp +++ b/xfa/fde/cfde_txtedtpage.cpp @@ -52,10 +52,6 @@ CFDE_TxtEdtPage::~CFDE_TxtEdtPage() { delete[] m_pCharWidth; } -void CFDE_TxtEdtPage::Release() { - delete this; -} - CFDE_TxtEdtEngine* CFDE_TxtEdtPage::GetEngine() const { return m_pEditEngine; } |