diff options
| author | Joshua Reisenauer <kd7tck@msn.com> | 2016-05-02 14:43:37 -0700 |
|---|---|---|
| committer | Joshua Reisenauer <kd7tck@msn.com> | 2016-05-02 14:43:37 -0700 |
| commit | c3208c5cd6c39fac504b48da660d0be7bfb6770c (patch) | |
| tree | 50950677c1bd371411215afd20442b3cf9869031 /src/rlgl.c | |
| parent | 4636e3367cdf3d2e1adab3a08667c34631f94837 (diff) | |
| parent | f2152aa3915be867907c569667828d10d2f1bdd6 (diff) | |
| download | raylib-c3208c5cd6c39fac504b48da660d0be7bfb6770c.tar.gz raylib-c3208c5cd6c39fac504b48da660d0be7bfb6770c.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/rlgl.c')
| -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 //---------------------------------------------------------------------------------- |
