diff dwt/widgets/ScrollBar.d @ 331:27479f54069d

Removed trace outputs.
author Frank Benoit <benoit@tionex.de>
date Tue, 27 Jan 2009 10:40:55 +0100
parents fd9c62a2998e
children
line wrap: on
line diff
--- a/dwt/widgets/ScrollBar.d	Mon Jan 26 10:46:51 2009 -0500
+++ b/dwt/widgets/ScrollBar.d	Tue Jan 27 10:40:55 2009 +0100
@@ -26,10 +26,6 @@
 import dwt.widgets.Scrollable;
 
 import dwt.dwthelper.utils;
-import tango.util.log.Trace;
-void trc( long line ){
-    //Trace.formatln( "ScrollBar {}", line );
-}
 
 /**
  * Instances of this class are selectable user interface
@@ -937,7 +933,6 @@
 }
 
 LRESULT wmScrollChild (int /*long*/ wParam, int /*long*/ lParam) {
-trc(__LINE__);
 
     /* Do nothing when scrolling is ending */
     int code = OS.LOWORD (wParam);