diff options
author | corvid <corvid@lavabit.com> | 2012-10-17 22:40:22 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-17 22:40:22 +0000 |
commit | 256195f1b4853655ebf4eab1b640c20f423c889e (patch) | |
tree | 4d1949e369b201131fd787d8664c66c2a347c5b5 /src/pixmaps.h | |
parent | ee0b5ad5b41d8af441bbdb19e090a4fe141ba413 (diff) |
clear out unused pixmaps
If we ever want them again, we know where to find them.
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index 9d3c4f28..c1c6c294 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -13,36 +13,6 @@ #ifndef __PIXMAPS_H__ #define __PIXMAPS_H__ -/* XPM -static const char *const history_xpm[] = { -"11 20 6 1", -" c None", -". c #000000000000", -"X c #9658A289BEFB", -"O c #FFFF9A690000", -"+ c #FFFFFFFF0000", -"@ c #FFFFFFFFFFFF", -" ", -" . ", -" .X. ", -" .XXX. ", -" .XXXXX. ", -" .XXXXXXX. ", -" ...XXX... ", -" .XXX. ", -" .XXX. ", -" .XXX. ", -" OOOOO ", -" .XXX. ", -" .XXX. ", -" ...XXX... ", -" .XXXXXXX. ", -" .XXXXX. ", -" .XXX. ", -" .X. ", -" . ", -" "}; -*/ /* XPM */ static const char *const left_xpm[] = { "22 22 46 1", @@ -1557,48 +1527,6 @@ static const char *const help_xpm[] = { " 44 "}; /* XPM */ -static const char *const full_screen_on_xpm[] = { -"13 15 2 1", -" c None", -". c #000000", -" ", -".............", -". . .", -". ... .", -". ..... .", -". ....... .", -". . .", -". . .", -". . .", -". ....... .", -". ..... .", -". ... .", -". . .", -".............", -" "}; - -/* XPM */ -static const char *const full_screen_off_xpm[] = { -"13 15 2 1", -" c None", -". c #000000", -" ", -".............", -". . . . . . .", -".. . . . . ..", -".............", -". .", -". .", -". .", -". .", -". .", -". .", -".............", -". . . . . . .", -".............", -" "}; - -/* XPM */ static const char *const mini_bug_xpm[] = { "16 16 7 1", " c None", |