Ver Fonte

- from Jakob Klos: removed DefaultTextLineBreakStyle and TTextLineBreakStyle, it's already in the system unit

git-svn-id: trunk@624 -
florian há 20 anos atrás
pai
commit
ce08f48926
1 ficheiros alterados com 0 adições e 8 exclusões
  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 = '';