Do not internationalize plugin-loader
[projects/chimara/chimara.git] / tests / soundtest.c
index b0a380042746e891876e7172513b00795485767a..5540624ad564da77b58481b81af23cbdb9cbe6a0 100644 (file)
@@ -8,18 +8,10 @@
 void
 glk_main(void)
 {
-       if(!glk_gestalt(gestalt_Sound, 0)) {
+       if(!glk_gestalt(gestalt_Sound2, 0)) {
                fprintf(stderr, "Sound not supported.\n");
                return;
        }
-       if(!glk_gestalt(gestalt_SoundVolume, 0)) {
-               fprintf(stderr, "Sound volume not supported.\n");
-               return;
-       }
-       if(!glk_gestalt(gestalt_SoundNotify, 0)) {
-               fprintf(stderr, "Sound notification not supported.\n");
-               return;
-       }
        
        schanid_t sc[NUM_CHANNELS];
        int count;