]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/beacon.hxx
allow to trigger widgets via accelerator key, which is defined via "keynum"
[flightgear.git] / src / Sound / beacon.hxx
index 6d680762239f3daf536d7186e3586103bb253256..6c70214201c1c257bf4c8ef42d0c893124f68ce3 100644 (file)
@@ -4,7 +4,7 @@
 
 // Written by Curtis Olson, started March 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -33,9 +33,6 @@
 #include <simgear/compiler.h>
 #include <simgear/sound/soundmgr_openal.hxx>
 
-#include <plib/sl.h>
-#include <plib/sm.h>
-
 #include "morse.hxx"
 
 
@@ -96,10 +93,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;