From 26c124b466ad0abe7a820df0d49bf80fc194d284 Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 6 Apr 2013 23:09:18 +0000 Subject: [PATCH] Remove unused shader callback methods onsetattributes and onunsetattributes. git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@4505 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/IShaderConstantSetCallBack.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/IShaderConstantSetCallBack.h b/include/IShaderConstantSetCallBack.h index 1abce162..fdf9e9af 100644 --- a/include/IShaderConstantSetCallBack.h +++ b/include/IShaderConstantSetCallBack.h @@ -75,10 +75,6 @@ public: \param userData: Userdata int which can be specified when creating the shader. */ virtual void OnSetConstants(IMaterialRendererServices* services, s32 userData) = 0; - - virtual void OnSetAttribute(IMaterialRendererServices* services, s32 userData) {} - - virtual void OnUnSetAttribute(IMaterialRendererServices* services, s32 userData) {} };