SCI: dont delete _font inside text class, its already deleted inside cache

svn-id: r47764
This commit is contained in:
Martin Kiewitz 2010-01-31 17:57:51 +00:00
parent 5507cb6247
commit 299fb1a9cc

@ -43,7 +43,6 @@ Text::Text(ResourceManager *resMan, GfxCache *cache, GfxPorts *ports, GfxPaint16
}
Text::~Text() {
delete _font;
}
void Text::init() {