Commit c0e1933d56e444ec717cbae7bb88e740b492f7cf

henry 2003-01-06T04:11:07

removed test in d_stor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/FTGlyphContainer.cpp b/src/FTGlyphContainer.cpp
index 63061cf..8b1695c 100755
--- a/src/FTGlyphContainer.cpp
+++ b/src/FTGlyphContainer.cpp
@@ -17,10 +17,7 @@ FTGlyphContainer::~FTGlyphContainer()
     GlyphVector::iterator glyphIterator;
     for( glyphIterator = glyphs.begin(); glyphIterator != glyphs.end(); ++glyphIterator)
     {
-        if( *glyphIterator)
-        {
-            delete *glyphIterator;
-        }
+        delete *glyphIterator;
     }
     
     glyphs.clear();