]> git.tdb.fi Git - libs/gl.git/blobdiff - source/offscreenview.h
Rearrange soucre files into subdirectories
[libs/gl.git] / source / offscreenview.h
diff --git a/source/offscreenview.h b/source/offscreenview.h
deleted file mode 100644 (file)
index 3de47f1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef MSP_GL_OFFSCREENVIEW_H_
-#define MSP_GL_OFFSCREENVIEW_H_
-
-#include "view.h"
-
-namespace Msp {
-namespace GL {
-
-class Framebuffer;
-class RenderTarget;
-
-class OffscreenView: public View
-{
-public:
-       OffscreenView(Framebuffer &);
-       OffscreenView(RenderTarget &);
-};
-
-} // namespace GL
-} // namespace Msp
-
-#endif