eel r2111 - in trunk: . eel



Author: ssp
Date: Sat May 31 01:32:15 2008
New Revision: 2111
URL: http://svn.gnome.org/viewvc/eel?rev=2111&view=rev

Log:
Fri May 30 21:31:09 2008  SÃren Sandmann  <sandmann redhat com>

	* eel/eel-background.h: Remove unused
	eel_background_set_image_uri_sync() function.



Modified:
   trunk/ChangeLog
   trunk/eel/eel-background.c
   trunk/eel/eel-background.h

Modified: trunk/eel/eel-background.c
==============================================================================
--- trunk/eel/eel-background.c	(original)
+++ trunk/eel/eel-background.c	Sat May 31 01:32:15 2008
@@ -632,12 +632,6 @@
 	eel_background_set_image_uri_helper (background, image_uri, TRUE, TRUE);
 }
 
-void
-eel_background_set_image_uri_sync (EelBackground *background, const char *image_uri)
-{
-	eel_background_set_image_uri_helper (background, image_uri, TRUE, TRUE);
-}
-
 /* Use this fn to set both the image and color and avoid flash. The color isn't
  * changed till after the image is done loading, that way if an update occurs
  * before then, it will use the old color and image.

Modified: trunk/eel/eel-background.h
==============================================================================
--- trunk/eel/eel-background.h	(original)
+++ trunk/eel/eel-background.h	Sat May 31 01:32:15 2008
@@ -79,9 +79,6 @@
 void                        eel_background_set_image_uri                    (EelBackground               *background,
 									     const char                  *image_uri);
 
-void                        eel_background_set_image_uri_sync               (EelBackground               *background, 
-									     const char                  *image_uri);
-
 void                        eel_background_reset                            (EelBackground               *background);
 void                        eel_background_set_image_placement              (EelBackground               *background,
 									     EelBackgroundImagePlacement  placement);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]