diff options
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index bb6bbe08..0f76c330 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1615,48 +1615,6 @@ static const char *const mini_ok_xpm[] = { }; /* XPM */ -static const char *const imgload_on_xpm[] = { -"15 15 2 1", -" c None", -". c #00000000CF3C", -" ", -" . . . ... ", -" . .. .. . . ", -" . . . . . ", -" . . . . .. ", -" . . . . . ", -" . . . ... ", -" ", -" ... . . ", -" . . .. . ", -" . . . . . ", -" . . . .. ", -" . . . . ", -" ... . . ", -" "}; - -/* XPM */ -static const char *const imgload_off_xpm[] = { -"15 15 2 1", -" c None", -". c #CF3C00000000", -" ", -" . . . ... ", -" . .. .. . . ", -" . . . . . ", -" . . . . .. ", -" . . . . . ", -" . . . ... ", -" ", -" ... ... ... ", -" . . . . ", -" . . ... ... ", -" . . . . ", -" . . . . ", -" ... . . ", -" "}; - -/* XPM */ static const char *const left_i_xpm[] = { "22 22 3 1", " c None", |