]> git.mxchange.org Git - simgear.git/blobdiff - simgear/canvas/CanvasMgr.hxx
Fix #1783: repeated error message on console
[simgear.git] / simgear / canvas / CanvasMgr.hxx
index 238fcc76118380bbedf5c8289f1e8ff854c2f5d9..51ffa576bc2cbfb9cec246e9d3f40d0f8b3cb8cc 100644 (file)
@@ -33,13 +33,9 @@ namespace canvas
     public:
 
       /**
-       * @param node            Root node of branch used to control canvasses
-       * @param system_adapter  Adapter for connecting between canvas and
-       *                        application framework
-       *
+       * @param node    Root node of branch used to control canvasses
        */
-      CanvasMgr( SGPropertyNode_ptr node,
-                 SystemAdapterPtr system_adapter );
+      CanvasMgr(SGPropertyNode_ptr node);
 
       /**
        * Create a new canvas
@@ -65,8 +61,6 @@ namespace canvas
 
     protected:
 
-      SystemAdapterPtr _system_adapter;
-
       virtual void elementCreated(PropertyBasedElementPtr element);
   };