From 670c4fdea0acb9663145b96bec1fbf76279781df Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 31 Aug 2017 15:11:52 -0400 Subject: Cleanup fx_basic_* files Remove dead code, move code to namespaces where possible, cleanup some single use items. Change-Id: Ia734477ceb2105a1ed272463bd8220f1205a7ce9 Reviewed-on: https://pdfium-review.googlesource.com/12732 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fxcrt/fx_stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt/fx_stream.h') diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h index 622818173b..abf031dade 100644 --- a/core/fxcrt/fx_stream.h +++ b/core/fxcrt/fx_stream.h @@ -33,7 +33,6 @@ bool FX_GetNextFile(FX_FileHandle* handle, CFX_ByteString* filename, bool* bFolder); void FX_CloseFolder(FX_FileHandle* handle); -wchar_t FX_GetFolderSeparator(); #define FX_FILEMODE_Write 0 #define FX_FILEMODE_ReadOnly 1 -- cgit v1.2.3