summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtpage.cpp
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-18 14:16:03 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-18 14:16:03 -0700
commit87144d3fc81769578fbfae89f7b99bab89229a57 (patch)
tree5b1a9b8d4b721a5dfbd91593a141d3c4e4256953 /xfa/fde/cfde_txtedtpage.cpp
parent0aae2a773cf51632b7808ab0e5b5c1635cf6a5fa (diff)
downloadpdfium-87144d3fc81769578fbfae89f7b99bab89229a57.tar.xz
Remove Release() from CFDE_TxtEdit* classes
Review-Url: https://codereview.chromium.org/1987223003
Diffstat (limited to 'xfa/fde/cfde_txtedtpage.cpp')
-rw-r--r--xfa/fde/cfde_txtedtpage.cpp4
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;
}