X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec873c943d71f0d5f13e3398557071448cda6c23..a4027e74873007e3430af3bd77019bcab76f6c04:/wxPython/demo/bmp_source/rt_bold.xpm diff --git a/wxPython/demo/bmp_source/rt_bold.xpm b/wxPython/demo/bmp_source/rt_bold.xpm deleted file mode 100644 index fb25642ede..0000000000 --- a/wxPython/demo/bmp_source/rt_bold.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char *bold_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -". c Black", -" c None", -/* pixels */ -" ", -" ", -" ", -" ........ ", -" ... ... ", -" ... ... ", -" ... ... ", -" ....... ", -" ... ... ", -" ... ... ", -" ... ... ", -" ........ ", -" ", -" ", -" ", -" " -};