X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fclipping.h;fp=source%2Fcore%2Fclipping.h;h=109aeac99d2cea9561d09f46095bb09a9ce8ab2a;hb=94969468a611b0d968021479b60e3f039e348c85;hp=5600a38ba9d70f9ef4a96c89b315a22ea485f1f1;hpb=ce3658993ce2f6b7527a04a36a5e1af349c6f2e9;p=libs%2Fgl.git diff --git a/source/core/clipping.h b/source/core/clipping.h index 5600a38b..109aeac9 100644 --- a/source/core/clipping.h +++ b/source/core/clipping.h @@ -3,7 +3,6 @@ #include #include -#include "bindable.h" #include "programdata.h" namespace Msp { @@ -12,7 +11,7 @@ namespace GL { class ClipPlane; class Matrix; -class Clipping: public Bindable +class Clipping { private: struct AttachedPlane @@ -38,10 +37,6 @@ public: DEPRECATED void detach(unsigned); const ProgramData &get_shader_data() const; - - void bind() const; - - static void unbind(); }; } // namespace GL