[Xfce4-commits] <ristretto:master> Remove the check for preloading, since that feature is gone.
Stephan Arts
noreply at xfce.org
Thu Sep 8 19:14:01 CEST 2011
Updating branch refs/heads/master
to c505ffdccfe0deb6fbd991dca8e1dde058938bb9 (commit)
from c9f85c68e4671380466d333248a99698658b667b (commit)
commit c505ffdccfe0deb6fbd991dca8e1dde058938bb9
Author: Stephan Arts <stephan at xfce.org>
Date: Thu Sep 8 19:09:55 2011 +0200
Remove the check for preloading, since that feature is gone.
src/main_window.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index bf02317..62b237b 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1612,18 +1612,6 @@ cb_rstto_main_window_play_slideshow (RsttoMainWindow *window)
if (window->priv->playing)
{
rstto_image_list_iter_next (window->priv->iter);
- if (rstto_settings_get_boolean_property(window->priv->settings_manager, "preload-images"))
- {
- g_value_init (&max_size, G_TYPE_UINT);
- g_object_get_property (G_OBJECT(window->priv->settings_manager), "image-quality", &max_size);
-
- preload_iter = rstto_image_list_iter_clone (window->priv->iter);
-
- rstto_image_list_iter_next (preload_iter);
-
- g_value_reset(&max_size);
- g_object_unref (preload_iter);
- }
rstto_main_window_image_list_iter_changed (window);
}
else
More information about the Xfce4-commits
mailing list