# HG changeset patch # User reimar # Date 1275850759 0 # Node ID 29e2e4805d836266a7b96d9c4c0d621bcbae880e # Parent 0f9c3f446fc653366c2ba90d29f841468a682766 Remove nonsense commented-out function header. diff -r 0f9c3f446fc6 -r 29e2e4805d83 libvo/vo_gl.c --- a/libvo/vo_gl.c Sun Jun 06 15:41:37 2010 +0000 +++ b/libvo/vo_gl.c Sun Jun 06 18:59:19 2010 +0000 @@ -821,7 +821,6 @@ flip_page(); } -//static inline uint32_t draw_slice_x11(uint8_t *src[], uint32_t slice_num) static int draw_slice(uint8_t *src[], int stride[], int w,int h,int x,int y) { mpi_flipped = stride[0] < 0;