From 21f677cf58f3cd82ab1a2c9f0f7254fcf6b33a76 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 24 Jun 2014 01:23:08 -0500 Subject: [PATCH] Remove glh::matrix4f variant of glh_get_current_modelview. --- indra/newview/pipeline.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 0356d12ba..3107696ec 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -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;