view gui/mplayer/pixmaps/delsub.xpm @ 31518:883760a42799

Place swap_palette declaration under the same #ifdef as its usage; fixes: libmpcodecs/vd_ffmpeg.c:784: warning: 'swap_palette' defined but not used
author diego
date Mon, 28 Jun 2010 16:54:27 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const delsub_xpm[] = {
"16 16 3 1",
" 	c None",
".	c #CD0909",
"+	c #000000",
"                ",
"                ",
".              .",
" ..          .. ",
" ++. +   + +.+  ",
"+   ..   + .  + ",
"+    +.  ..+  + ",
" ++  + ..+ +++  ",
"   + + . . +  + ",
"   + ..  +..  + ",
"+++ . +++  +.+  ",
"   .         .. ",
" ..            .",
".               ",
"                ",
"                "};