view gui/mplayer/pixmaps/empty.xpm @ 30918:be200e917ae1

Remove unused OPTFLAGS variable from config.mak.
author diego
date Thu, 25 Mar 2010 19:53:05 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const empty_xpm[] = {
"16 16 1 1",
" 	c None",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};