summaryrefslogtreecommitdiff
path: root/savers/gste-slideshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'savers/gste-slideshow.c')
-rw-r--r--savers/gste-slideshow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/savers/gste-slideshow.c b/savers/gste-slideshow.c
index 47027d7..acd3e85 100644
--- a/savers/gste-slideshow.c
+++ b/savers/gste-slideshow.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*-
*
* Copyright (C) 2005-2006 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -554,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)
@@ -724,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)