From 558dd9da07178aef826eec14c344233e09a86084 Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Wed, 24 Mar 2021 23:14:45 +0100 Subject: [PATCH] Image.PCX: Remove $Id$ --- .gitattributes | 1 - src/modules/Image/encodings/pcx.c | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dccbac9796..11b65eb44f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -182,7 +182,6 @@ testfont binary /src/modules/Image/encodings/gif.c foreign_ident /src/modules/Image/encodings/gif_lzw.c foreign_ident /src/modules/Image/encodings/gif_lzw.h foreign_ident -/src/modules/Image/encodings/pcx.c foreign_ident /src/modules/Image/encodings/png.c foreign_ident /src/modules/Image/encodings/pnm.c foreign_ident /src/modules/Image/encodings/tga.c foreign_ident diff --git a/src/modules/Image/encodings/pcx.c b/src/modules/Image/encodings/pcx.c index 9fb06f31d4..1324067323 100644 --- a/src/modules/Image/encodings/pcx.c +++ b/src/modules/Image/encodings/pcx.c @@ -1,5 +1,4 @@ #include "global.h" -RCSID("$Id: pcx.c,v 1.1 1999/04/06 03:50:50 per Exp $"); #include "config.h" -- GitLab