summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-21 12:11:39 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-21 12:11:39 +0000
commit2ed706e014732bc8e804614c134257f0d9f0f956 (patch)
tree480b32a3556344905d5e2c9633869d87792c3ee1
parent3e5dd9d58f90fd0568df32e341a987250366d66f (diff)
downloadfpc-unicode.tar.gz
* undid part of r24885 that broke compilationunicode
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/unicode@24921 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--rtl/inc/astrings.inc12
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;
-