+++ /dev/null
-/* XPM */
-static char *bold_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"16 16 2 1",
-". c Black",
-" c None",
-/* pixels */
-" ",
-" ",
-" ",
-" ........ ",
-" ... ... ",
-" ... ... ",
-" ... ... ",
-" ....... ",
-" ... ... ",
-" ... ... ",
-" ... ... ",
-" ........ ",
-" ",
-" ",
-" ",
-" "
-};