Remove redundant declaration

This commit is contained in:
2017-04-15 17:17:09 +10:00
parent 4b043994e8
commit ce1dc55453

View File

@@ -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);