summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnail.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-27 18:26:01 +0100
committerJannis Pohlmann <jannis@xfce.org>2009-10-27 18:26:01 +0100
commit55f77811825155b4e44d92efdf698d8d2bcdb4eb (patch)
tree0432cae56b32b50ff472f979c9f9d9144ac7d375 /tumbler/tumbler-thumbnail.c
parentcc05eb7d3cb2292eb959099b47f8cd8a23ca298b (diff)
downloadtumbler-55f77811825155b4e44d92efdf698d8d2bcdb4eb.tar.gz
Fix a bunch of compiler warnings.
Diffstat (limited to 'tumbler/tumbler-thumbnail.c')
-rw-r--r--tumbler/tumbler-thumbnail.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tumbler/tumbler-thumbnail.c b/tumbler/tumbler-thumbnail.c
index b8b497a..e6686c8 100644
--- a/tumbler/tumbler-thumbnail.c
+++ b/tumbler/tumbler-thumbnail.c
@@ -154,19 +154,6 @@ tumbler_thumbnail_save_file (TumblerThumbnail *thumbnail,
-TumblerCache *
-tumbler_thumbnail_get_cache (TumblerThumbnail *thumbnail)
-{
- TumblerCache *cache = NULL;
-
- g_return_val_if_fail (TUMBLER_IS_THUMBNAIL (thumbnail), NULL);
-
- g_object_get (thumbnail, "cache", &cache, NULL);
- return cache;
-}
-
-
-
TumblerThumbnailFlavor *
tumbler_thumbnail_get_flavor (TumblerThumbnail *thumbnail)
{