diff options
| -rw-r--r-- | rtl/inc/astrings.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rtl/inc/astrings.inc b/rtl/inc/astrings.inc index b3ce8940f9..7accb60ca7 100644 --- a/rtl/inc/astrings.inc +++ b/rtl/inc/astrings.inc @@ -1425,15 +1425,3 @@ procedure SetMultiByteRTLFileSystemCodePage(CodePage: TSystemCodePage); DefaultRTLFileSystemCodePage:=CodePage; end; - -procedure SetMultiByteFileSystemCodePage(CodePage: TSystemCodePage); - begin - DefaultFileSystemCodePage:=CodePage; - end; - - -procedure SetMultiByteRTLFileSystemCodePage(CodePage: TSystemCodePage); - begin - DefaultRTLFileSystemCodePage:=CodePage; - end; - |
