summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-06 18:59:19 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-27 20:31:20 +0300
commit1a1e6e5a690757016019e65eeec9906bd0e73a62 (patch)
tree214e497b2955b95ba4e774d7d774bbf94b31be0c /libvo
parentc1b0498c1fd347ffcf47c8962d39c1d0ce4640a7 (diff)
downloadmpv-1a1e6e5a690757016019e65eeec9906bd0e73a62.tar.bz2
mpv-1a1e6e5a690757016019e65eeec9906bd0e73a62.tar.xz
vo_gl: Remove nonsense commented-out function header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31340 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 9642212d75..6712ebfca8 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -829,7 +829,6 @@ static void redraw(void) {
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;