]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/openal_test1.cxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / sound / openal_test1.cxx
index 687df455f528df086c204dedb8d3da77523e6e90..5342ddf199623e1eb00b61b718d92fd81d6de03f 100644 (file)
@@ -97,10 +97,10 @@ int main( int argc, char *argv[] ) {
     ALfloat source_vel[3];
 
     // configuration values
-    ALenum format;
-    ALsizei size;
-    ALvoid* data;
-    ALsizei freq;
+//    ALenum format;
+//    ALsizei size;
+//    ALvoid* data;
+//    ALsizei freq;
     ALboolean loop = false;
 
     source_pos[0] = 0.0; source_pos[1] = 0.0; source_pos[2] = 0.0;