]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stereocombiner.cpp
Stereographic rendering moved to a separate library (mspvr)
[libs/gl.git] / source / stereocombiner.cpp
diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp
deleted file mode 100644 (file)
index ba71818..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "stereocombiner.h"
-
-namespace Msp {
-namespace GL {
-
-StereoCombiner::StereoCombiner():
-       width_div(1),
-       height_div(1),
-       keep_aspect(false),
-       oversize(1.0f)
-{ }
-
-} // namespace GL
-} // namespace Msp