Ignore:
Timestamp:
Mar 5, 2019, 3:00:01 AM (6 years ago)
Author:
ataylor
Message:

Updated release and dev notes. New reformatted readme.txt based on Aaron's original. Minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextLayoutUnit.pas

    r421 r423  
    7575
    7676    Codepage:    ULong;       // ALT
    77 
    78 // TEMP (ALT)
    79     DebugLog: TextFile;
    80 // TEMP (ALT)
    81 
    8277
    8378    // Drawing functions
     
    187182  FRichTextSettings := RichTextSettings;
    188183
    189 {
    190 AssignFile( DebugLog, 'parse.txt');
    191 ReWrite( DebugLog );
    192 WriteLn( DebugLog, 'Opened log for writing.');
    193 }
    194 
    195184  FImages := Images;
    196185
     
    228217  FreeMem( Flines, FAllocatedNumLines * sizeof( TLayoutLine ) );
    229218  FLinks.Destroy;
    230 
    231 {
    232 // TEMP (ALT)
    233 WriteLn( DebugLog, '=============================');
    234 CloseFile( DebugLog );
    235 // TEMP (ALT)
    236 }
    237219
    238220  Inherited Destroy;
Note: See TracChangeset for help on using the changeset viewer.