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