X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fcamera_backend.h;fp=source%2Fbackends%2Fopengl%2Fcamera_backend.h;h=0000000000000000000000000000000000000000;hb=acd7bb6e23e2aff9934ecf32852c62ba72c13574;hp=574919ee30bf0783a973e388cd760aad96ada77a;hpb=6211e1556df8345ad1c4e7edbd635bccdd7f54f0;p=libs%2Fgl.git diff --git a/source/backends/opengl/camera_backend.h b/source/backends/opengl/camera_backend.h deleted file mode 100644 index 574919ee..00000000 --- a/source/backends/opengl/camera_backend.h +++ /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