]> git.tdb.fi Git - libs/gl.git/blobdiff - source/clip.h
Remove a number of rarely used legacy features
[libs/gl.git] / source / clip.h
diff --git a/source/clip.h b/source/clip.h
deleted file mode 100644 (file)
index d658950..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef MSP_GL_CLIP_H_
-#define MSP_GL_CLIP_H_
-
-namespace Msp {
-namespace GL {
-
-class ClipPlane
-{
-public:
-       double eq[4];
-
-       ClipPlane(double, double, double, double);
-       void apply_to(unsigned);
-
-       static void disable(unsigned);
-};
-
-} // namespace GL
-} // namespace Msp
-
-#endif