diff mde/setup/paths.d @ 115:1b1e2297e2fc

Enums handled more generically now via either a popup list or flat list of BoolContentWidgets. EnumContent is an IContentList with BoolContent sub-contents. Content modules moved around (again). ContentListWidget can now list horizontally. Log-level setting callback.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 20 Dec 2008 17:57:05 +0000
parents 20f7d813bb0f
children
line wrap: on
line diff
--- a/mde/setup/paths.d	Fri Dec 19 15:15:06 2008 +0000
+++ b/mde/setup/paths.d	Sat Dec 20 17:57:05 2008 +0000
@@ -264,7 +264,6 @@
 	fontFiles = new SortedMap!(char[],char[]);
 	foreach (fp; fs.files)
 	    fontFiles.add (fp.file, fp.cString);	// both strings should be slices of same memory
-	logger.trace ("found {} font files, {} dirs", fs.files.length, fs.folders.length);
     }
 } else version (Windows) {
     char[] fontDir;