Browse Source

Merged revisions 624 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@625 -

florian 20 years ago
parent
commit
04010fe44d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      rtl/objpas/sysutils/sysstrh.inc

+ 0 - 8
rtl/objpas/sysutils/sysstrh.inc

@@ -51,14 +51,6 @@ const
   MaxCurrency: Currency =  922337203685477.0000;
 {$endif}
 
-Type
-  TTextLineBreakStyle = (tlbsLF, tlbsCRLF,tlbsCR);   // Must move to system unit, and add Mac tlbsCR too ?
-
-Const
-  DefaultTextLineBreakStyle: TTextLineBreakStyle =
-    {$ifdef unix} tlbsLF {$else} {$ifdef macos} tlbsCR {$else} tlbsCRLF {$endif} {$endif} ;
-
-
 Const
   LeadBytes: set of Char = [];
   EmptyStr : string = '';