diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-27 07:54:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-27 07:54:56 +0200 |
commit | 6af300c1f8dab7fee7fe08e0f4a2a217162937d4 (patch) | |
tree | 9da49308c0712a9b16d521d12226619760bc708c /src/support.c | |
parent | f68ec64888a2e14dc77aa1f38c30a97922ae1a7a (diff) | |
download | feh-6af300c1f8dab7fee7fe08e0f4a2a217162937d4.zip |
Remove --bg-seamless
Diffstat (limited to 'src/support.c')
-rw-r--r-- | src/support.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support.c b/src/support.c index 3b13416..a4bc02e 100644 --- a/src/support.c +++ b/src/support.c @@ -51,10 +51,6 @@ void feh_wm_set_bg_file(char *file, unsigned char bgmode) if (feh_load_image(&im, fil) == 0) eprintf("Couldn't load image in order to set bg"); switch (bgmode) { - case BG_MODE_SEAMLESS: - gib_imlib_image_tile(im); - feh_wm_set_bg(NULL, im, 0, 0, 0, 0, 1); - break; case BG_MODE_TILE: feh_wm_set_bg(file, im, 0, 0, 0, 0, 1); break; |