summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtbuf.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_txtedtbuf.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_txtedtbuf.cpp')
-rw-r--r--xfa/fde/cfde_txtedtbuf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fde/cfde_txtedtbuf.cpp b/xfa/fde/cfde_txtedtbuf.cpp
index 8bd5c1d37b..2f747a30cc 100644
--- a/xfa/fde/cfde_txtedtbuf.cpp
+++ b/xfa/fde/cfde_txtedtbuf.cpp
@@ -24,10 +24,6 @@ CFDE_TxtEdtBuf::CFDE_TxtEdtBuf()
ResetChunkBuffer(kDefaultChunkCount, m_nChunkSize);
}
-void CFDE_TxtEdtBuf::Release() {
- delete this;
-}
-
CFDE_TxtEdtBuf::~CFDE_TxtEdtBuf() {
Clear(TRUE);
delete m_pAllocator;