No need to keep empty function boilerplate as calls are wrapped in proper

2007-02-02  Felix Riemann  <friemann@svn.gnome.org>

	* libeog/eog-image.c: (update_exif_data): No need to keep empty
	function boilerplate as calls are wrapped in proper ifdefs.
	Fixes compiler warning if compiling without libexif.

svn path=/trunk/; revision=3512
This commit is contained in:
Felix Riemann 2007-02-02 22:03:56 +00:00 committed by Felix Riemann
parent 7433456993
commit f058bff88d
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2007-02-02 Felix Riemann <friemann@svn.gnome.org>
* libeog/eog-image.c: (update_exif_data): No need to keep empty
function boilerplate as calls are wrapped in proper ifdefs.
Fixes compiler warning if compiling without libexif.
2007-01-30 Felix Riemann <friemann@svn.gnome.org>
* libeog/eog-collection-item.c: (job_thumb_create): Workaround problem

View file

@ -363,12 +363,6 @@ update_exif_data (EogImage *image)
exif_set_long (entry->data, bo, priv->height);
}
}
#else
static void
update_exif_data (EogImage *image)
{
/* nothing todo if we don't have exif support */
}
#endif
static void