]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Environment / fgclouds.hxx
index 9d26419ffe627f036c86d5969ecdaf45b6eba0f9..7eab7f12828f1e7a4d198da7039cf8fde34075a1 100644 (file)
@@ -45,7 +45,9 @@ private:
        void buildCloudLayers(void);
 
        int update_event;
+#if 0
        SGSoundSample *snd_lightning;
+#endif
        bool clouds_3d_enabled;
   int index;
 
@@ -62,9 +64,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