changeset 183:9b6243da08a5

remove old debug code
author Frank Benoit <benoit@tionex.de>
date Sun, 02 Mar 2008 18:40:10 +0100
parents 721afe91f448
children a6d79b15ef14
files dwt/graphics/TextLayout.d
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/graphics/TextLayout.d	Sun Mar 02 18:39:35 2008 +0100
+++ b/dwt/graphics/TextLayout.d	Sun Mar 02 18:40:10 2008 +0100
@@ -1592,10 +1592,6 @@
  * </ul>
  */
 public void setStyle (TextStyle style, int start, int end) {
-    char[] styleTxt = "<null>";
-    if( style !is null ){
-        styleTxt = style.toString;
-    }
     checkLayout();
     int length = text.length;
     if (length is 0) return;