]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/camera_backend.h
Refactor projection matrix handling
[libs/gl.git] / source / backends / opengl / camera_backend.h
diff --git a/source/backends/opengl/camera_backend.h b/source/backends/opengl/camera_backend.h
deleted file mode 100644 (file)
index 574919e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MSP_GL_CAMERA_BACKEND_H_
-#define MSP_GL_CAMERA_BACKEND_H_
-
-namespace Msp {
-namespace GL {
-
-class Matrix;
-
-class OpenGLCamera
-{
-protected:
-       static void adjust_projection_matrix(Matrix &) { }
-};
-
-using CameraBackend = OpenGLCamera;
-
-} // namespace GL
-} // namespace Msp
-
-#endif