]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/beacon.hxx
Set the format default to float instead of int.
[flightgear.git] / src / Sound / beacon.hxx
index 6d680762239f3daf536d7186e3586103bb253256..def92896e7f66f9e312118450a513fda0feccc2a 100644 (file)
@@ -96,10 +96,6 @@ class FGBeacon {
 
 private:
 
-    unsigned char inner_buf[ INNER_SIZE ] ;
-    unsigned char middle_buf[ MIDDLE_SIZE ] ;
-    unsigned char outer_buf[ OUTER_SIZE ] ;
-
     SGSoundSample *inner;
     SGSoundSample *middle;
     SGSoundSample *outer;