]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Remove un-needed header.
[flightgear.git] / src / Environment / fgclouds.hxx
index 9d26419ffe627f036c86d5969ecdaf45b6eba0f9..cf3e8a4f9a07e86201ea7a94616fc0948f457673 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include <simgear/compiler.h>
+#include <simgear/math/sg_random.h>
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <Main/fg_props.hxx>
 
@@ -45,10 +46,12 @@ private:
        void buildCloudLayers(void);
 
        int update_event;
+#if 0
        SGSoundSample *snd_lightning;
+#endif
        bool clouds_3d_enabled;
   int index;
-
+  
 public:
        FGClouds();
        ~FGClouds();
@@ -62,9 +65,5 @@ public:
 
 };
 
-static bool do_delete_3Dcloud (const SGPropertyNode *arg);
-static bool do_move_3Dcloud (const SGPropertyNode *arg);
-static bool do_add_3Dcloud (const SGPropertyNode *arg);
-
 #endif // _FGCLOUDS_HXX