diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-28 14:36:02 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-28 14:36:02 -0700 |
commit | 134eb282dfaf1e3903979d397db6433966837687 (patch) | |
tree | 9c5c3624d0823fb44579be3561bd5d5fd281816a /core/include/fxcrt/fx_string.h | |
parent | 551a0fd73570a0292e7b017f764b70c4afde873a (diff) | |
download | pdfium-134eb282dfaf1e3903979d397db6433966837687.tar.xz |
Merge to XFA: Make CFX_WideString::LockBuffer() completely unused.
Original Review URL: https://codereview.chromium.org/1053613004
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1115493002
Diffstat (limited to 'core/include/fxcrt/fx_string.h')
-rw-r--r-- | core/include/fxcrt/fx_string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index 1efb814b08..a7cf2e1c16 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -320,8 +320,6 @@ public: FX_LPSTR GetBuffer(FX_STRSIZE len); - FX_LPSTR LockBuffer(); - void ReleaseBuffer(FX_STRSIZE len = -1); CFX_ByteString Mid(FX_STRSIZE first) const; @@ -730,8 +728,6 @@ public: FX_LPWSTR GetBuffer(FX_STRSIZE len); - FX_LPWSTR LockBuffer(); - void ReleaseBuffer(FX_STRSIZE len = -1); int GetInteger() const; |