diff options
author | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
commit | 4e417d3988cff4143da06f438fcd39cb228ed1f9 (patch) | |
tree | db15fc7be182ecd004909797aae4a431812cae68 /src/pixmaps.h | |
parent | 175197dc885e13446fcc8662fd58a58dc46ad9d3 (diff) |
Switched load images on/off feature to the Tools menu
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", |