diff dwt/graphics/TextLayout.d @ 255:5a30aa9820f3

removed tango.stdc.stringz imports and allow null for arrays and string arguments.
author Frank Benoit <benoit@tionex.de>
date Sun, 15 Jun 2008 22:32:20 +0200
parents f08216d53777
children c0d810de7093
line wrap: on
line diff
--- a/dwt/graphics/TextLayout.d	Sun Jun 08 15:11:48 2008 +0200
+++ b/dwt/graphics/TextLayout.d	Sun Jun 15 22:32:20 2008 +0200
@@ -32,7 +32,6 @@
 import dwt.dwthelper.utils;
 
 import tango.text.convert.Format;
-import tango.stdc.stringz;
 import tango.stdc.string;
 import tango.text.convert.Utf;
 import Math = tango.math.Math;