diff options
| author | Ray <raysan5@gmail.com> | 2016-05-02 14:11:42 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-05-02 14:11:42 +0200 |
| commit | 2646ed039338ce02737756b6b7e82ae0c82f9b03 (patch) | |
| tree | f7182f9d323a8c0cb4c8ec530087beeda351fcd4 /src | |
| parent | 17732fa9c493bffb8e05cb5db45d998d2b151cb9 (diff) | |
| download | raylib-2646ed039338ce02737756b6b7e82ae0c82f9b03.tar.gz raylib-2646ed039338ce02737756b6b7e82ae0c82f9b03.zip | |
Removed debug functions
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -2377,18 +2377,6 @@ void SetBlendMode(int mode) } } -#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2) -void PrintProjectionMatrix(void) -{ - PrintMatrix(projection); -} - -void PrintModelviewMatrix(void) -{ - PrintMatrix(modelview); -} -#endif - //---------------------------------------------------------------------------------- // Module specific Functions Definition //---------------------------------------------------------------------------------- |
