remove unused set_need_recomposite() function.

Wed Aug 25 17:23:23 2004  Manish Singh  <yosh@gimp.org>

        * io-gif.c: remove unused set_need_recomposite() function.
This commit is contained in:
Manish Singh 2004-08-26 00:21:34 +00:00 committed by Manish Singh
parent 95674320d9
commit e39e0b097d
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 25 17:23:23 2004 Manish Singh <yosh@gimp.org>
* io-gif.c: remove unused set_need_recomposite() function.
2004-08-25 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.2 ===

View File

@ -770,13 +770,6 @@ gif_fill_in_lines (GifContext *context, guchar *dest, guchar v)
}
}
static void
set_need_recomposite (gpointer data, gpointer user_data)
{
GdkPixbufFrame *frame = (GdkPixbufFrame *)data;
frame->need_recomposite = TRUE;
}
/* Clips a rectancle to the base dimensions. Returns TRUE if the clipped rectangle is non-empty. */
static gboolean
clip_frame (GifContext *context,