Browse Source

Remove misleading comment

git-svn-id: trunk@43796 -
ondrej 5 years ago
parent
commit
0b5bc00855
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/objpas/sysutils/sysencoding.inc

+ 0 - 1
rtl/objpas/sysutils/sysencoding.inc

@@ -23,7 +23,6 @@ begin
 {$endif}
     if not Assigned(FStandardEncodings[seAnsi]) then
     begin
-      // DefaultSystemCodePage can be set to non-ANSI
       if Assigned(widestringmanager.GetStandardCodePageProc) then
         FStandardEncodings[seAnsi] := TMBCSEncoding.Create(widestringmanager.GetStandardCodePageProc(scpAnsi))
       else