mikymod пре 12 година
родитељ
комит
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)
 size_t SoundCompiler::compile_if_ogg(Filesystem& fs, const char* resource_path)
 {
 {
-	FILE* tmp_file;
-
 	// Retrieves resource absolute path
 	// Retrieves resource absolute path
 	DynamicString s(default_allocator());
 	DynamicString s(default_allocator());
 	fs.get_absolute_path(resource_path, s);
 	fs.get_absolute_path(resource_path, s);