Changeset 183:9b6243da08a5

Show
Ignore:
Timestamp:
03/02/08 12:40:10 (6 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

remove old debug code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/graphics/TextLayout.d

    r182 r183  
    15931593 */ 
    15941594public void setStyle (TextStyle style, int start, int end) { 
    1595     char[] styleTxt = "<null>"; 
    1596     if( style !is null ){ 
    1597         styleTxt = style.toString; 
    1598     } 
    15991595    checkLayout(); 
    16001596    int length = text.length;