From a9a039a623c75d16968ccd31d95a981208a18a3d Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Wed, 17 Mar 2021 22:46:40 +0100 Subject: [PATCH] Image.TIM: Remove $Id$ --- .gitattributes | 1 - src/modules/Image/encodings/tim.c | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1ccfedf400..3d66b4bc08 100644 --- a/.gitattributes +++ b/.gitattributes @@ -245,7 +245,6 @@ testfont binary /src/modules/Image/encodings/pvr.c foreign_ident /src/modules/Image/encodings/ras.c foreign_ident /src/modules/Image/encodings/tga.c foreign_ident -/src/modules/Image/encodings/tim.c foreign_ident /src/modules/Image/encodings/wbf.c foreign_ident /src/modules/Image/encodings/x.c foreign_ident /src/modules/Image/encodings/xbm.c foreign_ident diff --git a/src/modules/Image/encodings/tim.c b/src/modules/Image/encodings/tim.c index 3d7da88883..5c68078ece 100644 --- a/src/modules/Image/encodings/tim.c +++ b/src/modules/Image/encodings/tim.c @@ -4,7 +4,6 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: tim.c,v 1.3 2000/03/22 16:59:14 peter Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" -- GitLab