summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-02-05 17:33:27 -0800
committerTom Sepez <tsepez@chromium.org>2015-02-05 17:33:27 -0800
commit68ee086a1f61dd9a886c96dae8d30de7c9d535fb (patch)
tree9d59ba1958663bd204cf64d484afe94d8e5feaf0 /core/include
parente3dbe4db199586bee83f7db3ace142d4c71d0a18 (diff)
downloadpdfium-68ee086a1f61dd9a886c96dae8d30de7c9d535fb.tar.xz
Kill off some more unreachable fopen's.
The bstring's read from file is unused. The load from file paths aren't taken. R=jam@chromium.org Review URL: https://codereview.chromium.org/902943003
Diffstat (limited to 'core/include')
-rw-r--r--core/include/fxcrt/fx_string.h1
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