From 6af300c1f8dab7fee7fe08e0f4a2a217162937d4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Aug 2010 07:54:56 +0200 Subject: Remove --bg-seamless --- src/support.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/support.c') 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; -- cgit v1.2.3