OSDN Git Service

[VM] I forgot to update (and remove USE_SOUND_FILES*) defines.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fm16pi / fm16pi.cpp
index ca2b27f..41a4f1c 100644 (file)
@@ -351,11 +351,6 @@ void VM::set_sound_device_volume(int ch, int decibel_l, int decibel_r)
                fdc->get_context_noise_head_down()->set_volume(0, decibel_l, decibel_r);
                fdc->get_context_noise_head_up()->set_volume(0, decibel_l, decibel_r);
        }
-#if defined(USE_SOUND_FILES)
-       else if(ch == 1) {
-               fdc->set_volume(0, decibel_l, decibel_r);
-       }
-#endif
 }
 #endif