view gui/ui/pixmaps/empty.xpm @ 34456:d04da1858866

Fix bug with VCD stream calling DVD code. Additionally, remove unnecessary #ifdef.
author ib
date Thu, 12 Jan 2012 10:39:37 +0000
parents 520fb0f7544c
children
line wrap: on
line source

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