فهرست منبع

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

git-svn-id: trunk@624 -
florian 20 سال پیش
والد
کامیت
ce08f48926
1فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  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 = '';