]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Commented out a cout statement.
[flightgear.git] / src / Cockpit / panel.hxx
index c8a58fedfe1d8da7696905a007b18896f10c6e86..b038b828d566dfe893506f58bdc2ae5620e1320d 100644 (file)
@@ -141,7 +141,8 @@ public:
   virtual void init ();
   virtual void bind ();
   virtual void unbind ();
-  virtual void update (int dt);
+  virtual void draw ();
+  virtual void update (double dt);
   virtual void update (GLfloat winx, GLfloat winw, GLfloat winy, GLfloat winh);
 
                                // transfer pointer ownership!!!
@@ -195,7 +196,6 @@ private:
   int _x_offset;
   int _y_offset;
   int _view_height;
-  bool _bound;
   float _jitter;
 
   const SGPropertyNode * _xsize_node;