[MPlayer-cvslog] r36219 - in trunk/libvo: gl_common.c gl_common.h

reimar subversion at mplayerhq.hu
Sat May 4 13:15:19 CEST 2013


Author: reimar
Date: Sat May  4 13:15:19 2013
New Revision: 36219

Log:
Remove now unused function pointers.

Modified:
   trunk/libvo/gl_common.c
   trunk/libvo/gl_common.h

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Sat May  4 13:13:58 2013	(r36218)
+++ trunk/libvo/gl_common.c	Sat May  4 13:15:19 2013	(r36219)
@@ -51,8 +51,6 @@ void (GLAPIENTRY *mpglViewport)(GLint, G
 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 @@ static const extfunc_desc_t extfuncs[] =
   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),

Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h	Sat May  4 13:13:58 2013	(r36218)
+++ trunk/libvo/gl_common.h	Sat May  4 13:15:19 2013	(r36219)
@@ -239,8 +239,6 @@ extern void (GLAPIENTRY *mpglViewport)(G
 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);


More information about the MPlayer-cvslog mailing list