view gui/mplayer/pixmaps/sub.xpm @ 31865:4de0d902ffb9

Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes: libmpdemux/demux_ogg.c:266: warning: unused variable 'size'
author diego
date Sat, 07 Aug 2010 19:58:30 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const sub_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
" ... .   . ...  ",
".    .   . .  . ",
".    .   . .  . ",
" ..  .   . ...  ",
"   . .   . .  . ",
"   . .   . .  . ",
"...   ...  ...  ",
"                ",
"                ",
"                ",
"                ",
"                "};