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

Removed trace outputs.
author Frank Benoit <benoit@tionex.de>
date Tue, 27 Jan 2009 10:40:55 +0100
parents 27244095ce14
children
line wrap: on
line diff
--- a/dwt/widgets/Control.d	Mon Jan 26 10:46:51 2009 -0500
+++ b/dwt/widgets/Control.d	Tue Jan 27 10:40:55 2009 +0100
@@ -55,11 +55,7 @@
 import dwt.dwthelper.utils;
 import dwt.dwthelper.System;
 
-import tango.util.log.Trace;
 static import tango.sys.Common;
-void trc( int line ){
-    Trace.formatln( "Control {}", line );
-}
 
 /**
  * Control is the abstract superclass of all windowed user interface classes.