Remove warnings
[anna.git] / source / core / util / TextManager.cpp
index 3f694fa..6762aeb 100644 (file)
@@ -92,8 +92,6 @@ throw() {
 
 TextComposer* TextManager::xfind(const int composer)
 throw() {
-  TextComposer* result = NULL;
-
   for(TextComposerVector::iterator ii = a_composers.begin(), maxii = a_composers.end(); ii != maxii; ii ++)
     if((*ii)->getId() == composer) {
       return (*ii);