From 9411fd0af030530c0cf587d8a13a91c3fb702fb1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 21 Jan 2003 16:50:25 +0000 Subject: [PATCH] wstring is now guaranteed by dtoolbase --- panda/src/text/textFont.h | 5 ----- 1 file changed, 5 deletions(-) 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