diff dwt/widgets/Shell.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/Shell.d	Mon Jan 26 10:46:51 2009 -0500
+++ b/dwt/widgets/Shell.d	Tue Jan 27 10:40:55 2009 +0100
@@ -33,11 +33,6 @@
 
 import dwt.dwthelper.utils;
 
-import tango.util.log.Trace;
-void trc( int line ){
-    Trace.formatln( "Shell {}", line );
-}
-
 /**
  * Instances of this class represent the "windows"
  * which the desktop or "window manager" is managing.