changeset 36125:c4075d9e329d

Remove now unused function pointers.
author reimar
date Sat, 04 May 2013 11:15:19 +0000
parents 87653d6a0f47
children fd34a83228ca
files libvo/gl_common.c libvo/gl_common.h
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.c	Sat May 04 11:13:58 2013 +0000
+++ b/libvo/gl_common.c	Sat May 04 11:15:19 2013 +0000
@@ -51,8 +51,6 @@
 void (GLAPIENTRY *mpglMatrixMode)(GLenum);
 void (GLAPIENTRY *mpglLoadIdentity)(void);
 void (GLAPIENTRY *mpglLoadMatrixf)(float *);
-void (GLAPIENTRY *mpglPushMatrix)(void);
-void (GLAPIENTRY *mpglPopMatrix)(void);
 void (GLAPIENTRY *mpglClear)(GLbitfield);
 GLuint (GLAPIENTRY *mpglGenLists)(GLsizei);
 void (GLAPIENTRY *mpglDeleteLists)(GLuint, GLsizei);
@@ -425,8 +423,6 @@
   DEF_FUNC_DESC(MatrixMode),
   DEF_FUNC_DESC(LoadIdentity),
   DEF_FUNC_DESC(LoadMatrixf),
-  DEF_FUNC_DESC(PushMatrix),
-  DEF_FUNC_DESC(PopMatrix),
   DEF_FUNC_DESC(Clear),
   DEF_FUNC_DESC(GenLists),
   DEF_FUNC_DESC(DeleteLists),
--- a/libvo/gl_common.h	Sat May 04 11:13:58 2013 +0000
+++ b/libvo/gl_common.h	Sat May 04 11:15:19 2013 +0000
@@ -239,8 +239,6 @@
 extern void (GLAPIENTRY *mpglMatrixMode)(GLenum);
 extern void (GLAPIENTRY *mpglLoadIdentity)(void);
 extern void (GLAPIENTRY *mpglLoadMatrixf)(float *);
-extern void (GLAPIENTRY *mpglPushMatrix)(void);
-extern void (GLAPIENTRY *mpglPopMatrix)(void);
 extern void (GLAPIENTRY *mpglClear)(GLbitfield);
 extern GLuint (GLAPIENTRY *mpglGenLists)(GLsizei);
 extern void (GLAPIENTRY *mpglDeleteLists)(GLuint, GLsizei);