[Bf-blender-cvs] [ce1dc55453b] blender2.8: Remove redundant declaration

Campbell Barton noreply at git.blender.org
Sat Apr 15 09:15:37 CEST 2017


Commit: ce1dc55453b7a5915915cc6e707e52c20b41d6a6
Author: Campbell Barton
Date:   Sat Apr 15 17:17:09 2017 +1000
Branches: blender2.8
https://developer.blender.org/rBce1dc55453b7a5915915cc6e707e52c20b41d6a6

Remove redundant declaration

===================================================================

M	source/blender/gpu/GPU_matrix.h

===================================================================

diff --git a/source/blender/gpu/GPU_matrix.h b/source/blender/gpu/GPU_matrix.h
index 866fde696bb..035b6234397 100644
--- a/source/blender/gpu/GPU_matrix.h
+++ b/source/blender/gpu/GPU_matrix.h
@@ -81,8 +81,6 @@ void gpuLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY,
 
 /* 2D ModelView Matrix */
 
-void gpuMultMatrix(const float m[4][4]);
-
 void gpuTranslate2f(float x, float y);
 void gpuTranslate2fv(const float vec[2]);
 void gpuScale2f(float x, float y);




More information about the Bf-blender-cvs mailing list