Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-15 10:17:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-15 10:17:09 +0300
commitce1dc55453b7a5915915cc6e707e52c20b41d6a6 (patch)
treeace84f18d190e682bb05321f02e98f217c208c4b /source/blender/gpu/GPU_matrix.h
parent4b043994e8795f37e9227362fe24fd66d45c6b39 (diff)
Remove redundant declaration
Diffstat (limited to 'source/blender/gpu/GPU_matrix.h')
-rw-r--r--source/blender/gpu/GPU_matrix.h2
1 files changed, 0 insertions, 2 deletions
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);