[Xfce4-commits] <tumbler:master> Remove unused function, fix noreturn compiler error.

Jannis Pohlmann noreply at xfce.org
Thu Jan 7 14:32:01 CET 2010


Updating branch refs/heads/master
         to be8cece0ea3bdc0276e49e74ec0968060151309b (commit)
       from e461ed713aee38e8e62fd66e0f8db71384a27eaf (commit)

commit be8cece0ea3bdc0276e49e74ec0968060151309b
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Jan 7 14:30:58 2010 +0100

    Remove unused function, fix noreturn compiler error.

 plugins/jpeg-thumbnailer/jpeg-thumbnailer.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c b/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
index ddbc172..20e9e98 100644
--- a/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
+++ b/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
@@ -71,6 +71,7 @@
 
 
 
+static void fatal_error_handler     (j_common_ptr                cinfo) G_GNUC_NORETURN;
 static void jpeg_thumbnailer_create (TumblerAbstractThumbnailer *thumbnailer,
                                      GCancellable               *cancellable,
                                      TumblerFileInfo            *info);
@@ -666,17 +667,6 @@ tvtj_jpeg_load_thumbnail (const JOCTET *content,
 
 
 static void
-free_image_data (TumblerImageData *data)
-{
-  if (data == NULL)
-    return;
-
-  /* TODO */
-}
-
-
-
-static void
 jpeg_thumbnailer_create (TumblerAbstractThumbnailer *thumbnailer,
                          GCancellable               *cancellable,
                          TumblerFileInfo            *info)



More information about the Xfce4-commits mailing list