Remove glh::matrix4f variant of glh_get_current_modelview.

This commit is contained in:
Shyotl
2014-06-24 01:23:08 -05:00
parent 3ead892b1c
commit 21f677cf58

View File

@@ -249,11 +249,6 @@ void drawBoxOutline(const LLVector3& pos, const LLVector3& size);
U32 nhpo2(U32 v);
LLVertexBuffer* ll_create_cube_vb(U32 type_mask, U32 usage);
glh::matrix4f glh_get_current_modelview()
{
return glh::matrix4f(gGLModelView.getF32ptr());
}
inline const LLMatrix4a& glh_get_current_modelview()
{
return gGLModelView;