OSDN Git Service

[VM][SOUND][Qt] Remove USE_MULTIPLE_SPEAKER, using upstream's APIs.
[csp-qt/common_source_project-fm7.git] / source / src / config.h
index aef6eb9..f14b7e5 100644 (file)
@@ -137,10 +137,6 @@ typedef struct {
        int sound_latency;
        
        int general_sound_level;
-#ifdef USE_MULTIPLE_SOUNDCARDS
-       int sound_device_level[USE_MULTIPLE_SOUNDCARDS];
-#endif
-       bool multiple_speakers; // Effext if multiple sound boards : TRUE = not monoral.
 #if defined(USE_QT)
        bool use_opengl_scanline;
        bool opengl_scanline_vert;