]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/altimeter.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Instrumentation / altimeter.hxx
index 5a5250d2993234a592c94bfbd1c60a6b8711783c..0615e021a0a121f3ce19f93313b55d726256f1a9 100644 (file)
@@ -11,7 +11,7 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
 #include <Main/fgfs.hxx>
 
 
@@ -40,8 +40,6 @@ public:
     virtual ~Altimeter ();
 
     virtual void init ();
-    virtual void bind ();
-    virtual void unbind ();
     virtual void update (double dt);
 
 private: