diff options
author | rbuj <[email protected]> | 2021-10-27 18:08:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:04:11 +0100 |
commit | 891e848a195afe34f73b63b4d872c7e7f9f9a5c6 (patch) | |
tree | 48a71ec928bfd2764b04a6567ee52a5a735a59c9 /savers/gste-slideshow.c | |
parent | 8297a0f47b43f5e051ad2696d0843d23b236e7ec (diff) | |
download | mate-screensaver-891e848a195afe34f73b63b4d872c7e7f9f9a5c6.tar.bz2 mate-screensaver-891e848a195afe34f73b63b4d872c7e7f9f9a5c6.tar.xz |
Use a blank line at most
Diffstat (limited to 'savers/gste-slideshow.c')
-rw-r--r-- | savers/gste-slideshow.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |