X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fclipping.h;h=6496aed0ed866c778fa1d93dbbc2a6edb23eeb8a;hb=e92de029768eef5f0fd744329e589161b46d0762;hp=5600a38ba9d70f9ef4a96c89b315a22ea485f1f1;hpb=9b3bce7ae76ff8c0c81315d2505ea96bf422a318;p=libs%2Fgl.git diff --git a/source/core/clipping.h b/source/core/clipping.h index 5600a38b..6496aed0 100644 --- a/source/core/clipping.h +++ b/source/core/clipping.h @@ -3,16 +3,14 @@ #include #include -#include "bindable.h" #include "programdata.h" namespace Msp { namespace GL { class ClipPlane; -class Matrix; -class Clipping: public Bindable +class Clipping { private: struct AttachedPlane @@ -38,10 +36,6 @@ public: DEPRECATED void detach(unsigned); const ProgramData &get_shader_data() const; - - void bind() const; - - static void unbind(); }; } // namespace GL