]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
Added main() and corrected VC++ project settings
[wxWidgets.git] / include / wx / fontutil.h
index 2d3bdcd86f0b9b862632506a69e2efe7164ea90d..1ead928848257a586589ffec41713c4548f4db86 100644 (file)
@@ -45,9 +45,7 @@
 //     further it might make sense to make it a real class with virtual methods
 struct WXDLLEXPORT wxNativeFontInfo
 {
-#if defined(__WXGTK__) // || defined(__WXMOTIF__)
-                       // TODO: wxMotif should use this too but motif/font.cpp
-                       //       must be updated for this!
+#if defined(__WXGTK__) || defined(__WXMOTIF__)
     // the components of the XLFD
     wxString     fontElements[14];