diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-05 17:39:07 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-05 17:39:07 -0800 |
commit | 65b7a0c8dd14a8e648712fba2a5f70988e12d138 (patch) | |
tree | 610c472ea08b6629efd298eb42aaaeddae9282ae /core/include/fxcrt/fx_string.h | |
parent | c6ab1725213a487838cbe03cb08cb5cac4ad956a (diff) | |
download | pdfium-65b7a0c8dd14a8e648712fba2a5f70988e12d138.tar.xz |
Merge to XFA: Kill off some more unreachable fopen's.
Original Review URL: https://codereview.chromium.org/902943003
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/895903005
Diffstat (limited to 'core/include/fxcrt/fx_string.h')
-rw-r--r-- | core/include/fxcrt/fx_string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index 33634f8379..e4546a0b7c 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -348,7 +348,6 @@ public: FX_DWORD GetID(FX_STRSIZE start_pos = 0) const; - static CFX_ByteString LoadFromFile(FX_BSTR file_path); #define FXFORMAT_SIGNED 1 #define FXFORMAT_HEX 2 #define FXFORMAT_CAPITAL 4 |