mikymod 12 лет назад
Родитель
Сommit
3493c731f3
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      engine/compilers/sound/SoundCompiler.cpp

+ 0 - 2
engine/compilers/sound/SoundCompiler.cpp

@@ -125,8 +125,6 @@ size_t SoundCompiler::compile_if_wav(Filesystem& fs, const char* resource_path)
 //-----------------------------------------------------------------------------
 size_t SoundCompiler::compile_if_ogg(Filesystem& fs, const char* resource_path)
 {
-	FILE* tmp_file;
-
 	// Retrieves resource absolute path
 	DynamicString s(default_allocator());
 	fs.get_absolute_path(resource_path, s);