diff options
Diffstat (limited to 'savers')
-rw-r--r-- | savers/floaters.c | 1 | ||||
-rw-r--r-- | savers/gste-slideshow.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/savers/floaters.c b/savers/floaters.c index bca72da..369a038 100644 --- a/savers/floaters.c +++ b/savers/floaters.c @@ -1163,7 +1163,6 @@ main (int argc, _("image - floats images around the screen"), options, GETTEXT_PACKAGE, &error); - if (error != NULL) { g_printerr (_("%s. See --help for usage information.\n"), diff --git a/savers/gste-slideshow.c b/savers/gste-slideshow.c index 290f158..acd3e85 100644 --- a/savers/gste-slideshow.c +++ b/savers/gste-slideshow.c @@ -555,7 +555,6 @@ gste_strcmp_compare_func (gconstpointer string_a, gconstpointer string_b) string_b == NULL ? "" : string_b); } - static GdkPixbuf * get_pixbuf_from_local_dir (GSTESlideshow *show, const char *location) @@ -725,7 +724,6 @@ gste_slideshow_set_images_location (GSTESlideshow *show, show->priv->images_location = g_strdup (location); } - void gste_slideshow_set_sort_images (GSTESlideshow *show, gboolean sort_images) |