]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/view.h
Move sigc::trackable base from View to WindowView
[libs/gl.git] / source / render / view.h
index 155a6fa995d91bab92f90d7090b6da9f8496f113..9c756bbcdb453c62b1701a8421d3df075c6076f0 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef MSP_GL_VIEW_H_
 #define MSP_GL_VIEW_H_
 
-#include <sigc++/trackable.h>
 #include "framebuffer.h"
 
 namespace Msp {
@@ -14,7 +13,7 @@ class Renderer;
 /**
 Manages the presentation of rendering results on the screen.
 */
-class View: public sigc::trackable
+class View
 {
 protected:
        Framebuffer &target;