summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-05-05 21:36:53 +0200
committerNick Schermer <nick@xfce.org>2013-05-05 21:36:53 +0200
commit3924e04794c1d69248c5cb3298c954fdd266b389 (patch)
treeeecc2225e6e3a39f75d8e7a345f20a67dd7dbf07
parenta96c41234f78438044cb46fc50d6d8b063f21dd3 (diff)
downloadtumbler-3924e04794c1d69248c5cb3298c954fdd266b389.tar.gz
Revert "Extra debug check."
This reverts commit 472f842d2661ba506fd831d8b6fafa7474164989.
-rw-r--r--tumblerd/tumbler-registry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tumblerd/tumbler-registry.c b/tumblerd/tumbler-registry.c
index 61877a5..77bc74f 100644
--- a/tumblerd/tumbler-registry.c
+++ b/tumblerd/tumbler-registry.c
@@ -476,8 +476,6 @@ tumbler_registry_get_thumbnailer_array (TumblerRegistry *registry,
list = tumbler_registry_lookup (registry, hash_key);
for (lp = list; lp != NULL; lp = lp->next)
{
- g_assert (lp != NULL && TUMBLER_IS_THUMBNAILER (lp->data));
-
/* check if the file size is a limitation */
max_file_size = tumbler_thumbnailer_get_max_file_size (lp->data);
if (max_file_size > 0)