diff options
Diffstat (limited to '')
-rw-r--r-- | w3mimg/fb/fb_img.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/w3mimg/fb/fb_img.c b/w3mimg/fb/fb_img.c index fb1d1d5..aad3847 100644 --- a/w3mimg/fb/fb_img.c +++ b/w3mimg/fb/fb_img.c @@ -1,4 +1,4 @@ -/* $Id: fb_img.c,v 1.4 2002/07/22 16:17:32 ukai Exp $ */ +/* $Id: fb_img.c,v 1.5 2002/10/10 16:16:04 ukai Exp $ */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> @@ -17,12 +17,6 @@ static int bg_r = 0, bg_g = 0, bg_b = 0; #error no Imlib2 and GdkPixbuf support #endif -int -fb_image_draw_simple(FB_IMAGE * img, int x, int y) -{ - return fb_image_draw(img, x, y, 0, 0, img->width, img->height); -} - void fb_image_set_bg(int r, int g, int b) { |