Przeglądaj źródła

wstring is now guaranteed by dtoolbase

David Rose 23 lat temu
rodzic
commit
9411fd0af0
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      panda/src/text/textFont.h

+ 0 - 5
panda/src/text/textFont.h

@@ -29,11 +29,6 @@
 class Node;
 class TextGlyph;
 
-#if defined(__GNUC__) && !defined(HAVE_IOSTREAM)
-// For some reason, early versions of gcc's <string> didn't define this.
-typedef basic_string<wchar_t> wstring;
-#endif
-
 ////////////////////////////////////////////////////////////////////
 //       Class : TextFont
 // Description : An encapsulation of a font; i.e. a set of glyphs that