X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=deanimate.h;h=2f329e74c8469c2d9cb5486669555fd8c346ce7b;hb=98edf931d1f4864eb05fa0a7bcda1055058c81f4;hp=7dc05e39f0b7831b8cbbc8078c77555a84477612;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;p=privoxy.git diff --git a/deanimate.h b/deanimate.h index 7dc05e39..2f329e74 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,6 +1,5 @@ #ifndef DEANIMATE_H_INCLUDED #define DEANIMATE_H_INCLUDED -#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.14 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ @@ -60,11 +59,6 @@ struct binbuffer extern int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_image); extern void buf_free(struct binbuffer *buf); -/* - * Revision control strings from this header and associated .c file - */ -extern const char deanimate_rcs[]; -extern const char deanimate_h_rcs[]; #endif /* ndef DEANIMATE_H_INCLUDED */