]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/CanvasWidget.hxx
FlightRecorder: smarter log warning.
[flightgear.git] / src / GUI / CanvasWidget.hxx
index a14a9de9bb3b5826d710d9ce14e65e92e66723b1..a91193814eb6973998f3b5a3e069eac23782ba9c 100644 (file)
@@ -36,14 +36,7 @@ class CanvasWidget:
     CanvasMgr  *_canvas_mgr; // TODO maybe we should store this in some central
                              // location or make it static...
 
-    GLuint              _tex_id;    //<! OpenGL texture id if canvas
-    size_t              _no_tex_cnt;//<! Count since how many frames we were not
-                                    //   able to get the texture (for debugging)
     simgear::canvas::CanvasPtr _canvas;
-    SGPropertyNode     *_mouse_x,
-                       *_mouse_y,
-                       *_mouse_down,
-                       *_mouse_drag;
 
     float _last_x,
           _last_y;