]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/CanvasWidget.hxx
FlightRecorder: smarter log warning.
[flightgear.git] / src / GUI / CanvasWidget.hxx
index a2e6c84b113debbfe08953866054b1a849f1b01f..a91193814eb6973998f3b5a3e069eac23782ba9c 100644 (file)
@@ -37,10 +37,6 @@ class CanvasWidget:
                              // location or make it static...
 
     simgear::canvas::CanvasPtr _canvas;
-    SGPropertyNode     *_mouse_x,
-                       *_mouse_y,
-                       *_mouse_down,
-                       *_mouse_drag;
 
     float _last_x,
           _last_y;