diff --git a/panda/src/text/textFont.h b/panda/src/text/textFont.h index aac0c0fb3d..ca7cd11bac 100644 --- a/panda/src/text/textFont.h +++ b/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 didn't define this. -typedef basic_string wstring; -#endif - //////////////////////////////////////////////////////////////////// // Class : TextFont // Description : An encapsulation of a font; i.e. a set of glyphs that