summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-thumbnails.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcaja-private/caja-thumbnails.c')
-rw-r--r--libcaja-private/caja-thumbnails.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcaja-private/caja-thumbnails.c b/libcaja-private/caja-thumbnails.c
index 69d4a150..527ef256 100644
--- a/libcaja-private/caja-thumbnails.c
+++ b/libcaja-private/caja-thumbnails.c
@@ -152,7 +152,6 @@ get_thumbnail_factory (void)
return thumbnail_factory;
}
-
/* This function is added as a very low priority idle function to start the
thread to create any needed thumbnails. It is added with a very low priority
so that it doesn't delay showing the directory in the icon/list views.
@@ -258,12 +257,10 @@ caja_thumbnail_prioritize (const char *file_uri)
g_mutex_unlock (&thumbnails_mutex);
}
-
/***************************************************************************
* Thumbnail Thread Functions.
***************************************************************************/
-
/* This is a one-shot idle callback called from the main loop to call
notify_file_changed() for a thumbnail. It frees the uri afterwards.
We do this in an idle callback as I don't think caja_file_changed() is
@@ -411,7 +408,6 @@ caja_create_thumbnail (CajaFile *file)
info->original_file_mtime = file_mtime;
-
#ifdef DEBUG_THUMBNAILS
g_message ("(Main Thread) Locking mutex\n");
#endif