diff options
Diffstat (limited to 'calendar/gui/task.xpm')
-rw-r--r-- | calendar/gui/task.xpm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/calendar/gui/task.xpm b/calendar/gui/task.xpm deleted file mode 100644 index 84f5cf5e65..0000000000 --- a/calendar/gui/task.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * task_xpm[] = { -"16 16 13 1", -" c None", -". c #000000", -"+ c #FFFFFF", -"@ c #F3F3F3", -"# c #CCCCCC", -"$ c #B2B2B2", -"% c #ECECEC", -"& c #993333", -"* c #660000", -"= c #999999", -"- c #666666", -"; c #663333", -"> c #EEEEEE", -" ", -" ........... ", -" .++++++++++@. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#######&*$. ", -" .+%%%%%%&*=$. ", -" .+#&=##&*-#$. ", -" .+%&&%&*=#%$. ", -" .+#;&&*-=##$. ", -" .+%-&*-=%%%$. ", -" .+#=--=####$. ", -" .+%%%%%%%%%$. ", -" .>$$$$$$$$$$. ", -" ........... ", -" "}; |