comparison 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
comparison
equal deleted inserted replaced
330:f980ea238e72 331:27479f54069d
53 import dwt.widgets.Monitor; 53 import dwt.widgets.Monitor;
54 54
55 import dwt.dwthelper.utils; 55 import dwt.dwthelper.utils;
56 import dwt.dwthelper.System; 56 import dwt.dwthelper.System;
57 57
58 import tango.util.log.Trace;
59 static import tango.sys.Common; 58 static import tango.sys.Common;
60 void trc( int line ){
61 Trace.formatln( "Control {}", line );
62 }
63 59
64 /** 60 /**
65 * Control is the abstract superclass of all windowed user interface classes. 61 * Control is the abstract superclass of all windowed user interface classes.
66 * <p> 62 * <p>
67 * <dl> 63 * <dl>