diff src/image.h @ 208:fa0e05f985c3

set user-defined color as image background - patch by Laurent MONIN
author nadvornik
date Sat, 29 Mar 2008 10:38:15 +0000
parents f6e307c7bad6
children 5b5376acdf7c
line wrap: on
line diff
--- a/src/image.h	Sat Mar 29 10:11:02 2008 +0000
+++ b/src/image.h	Sat Mar 29 10:38:15 2008 +0000
@@ -92,7 +92,6 @@
 void image_top_window_set_sync(ImageWindow *imd, gint allow_sync);
 
 /* background of image */
-void image_background_set_black(ImageWindow *imd, gint black);
 void image_background_set_color(ImageWindow *imd, GdkColor *color);
 
 /* color profiles */