From 65b7a0c8dd14a8e648712fba2a5f70988e12d138 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 5 Feb 2015 17:39:07 -0800 Subject: 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 --- core/include/fxcrt/fx_string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/include/fxcrt/fx_string.h') 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 -- cgit v1.2.3