From 90074eb0a111f126ef7cf5825ddf772751da4455 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Thu, 7 Mar 2002 13:26:15 +0000 Subject: Small clean up. From Michael Roitzsch CVS patchset: 1541 CVS date: 2002/03/07 13:26:15 --- src/video_out/video_out_opengl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/video_out/video_out_opengl.c') diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c index 347194033..06645c206 100644 --- a/src/video_out/video_out_opengl.c +++ b/src/video_out/video_out_opengl.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_opengl.c,v 1.6 2002/03/05 22:31:06 jcdutton Exp $ + * $Id: video_out_opengl.c,v 1.7 2002/03/07 13:26:16 jcdutton Exp $ * * video_out_glut.c, glut based OpenGL rendering interface for xine * Matthias Hopf @@ -203,8 +203,6 @@ typedef struct opengl_driver_s { /* * first, some utility functions */ -vo_info_t *get_video_out_plugin_info(); - static void *my_malloc_aligned (size_t alignment, size_t size, uint8_t **chunk) { uint8_t *pMem; -- cgit v1.2.3