From 321965b6cc6777aaf34e50786d9b2e401a3e7fe4 Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Wed, 24 Mar 2021 23:26:48 +0100 Subject: [PATCH] Image.PSD: Remove $Id$ --- .gitattributes | 1 - src/modules/Image/encodings/psd.c | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 12b4a01c97..7043ab9290 100644 --- a/.gitattributes +++ b/.gitattributes @@ -267,7 +267,6 @@ testfont binary /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/psd.c foreign_ident /src/modules/Image/encodings/pvr.c foreign_ident /src/modules/Image/encodings/ras.c foreign_ident /src/modules/Image/encodings/tga.c foreign_ident diff --git a/src/modules/Image/encodings/psd.c b/src/modules/Image/encodings/psd.c index 1e6c3ce232..aa4e4eba2f 100644 --- a/src/modules/Image/encodings/psd.c +++ b/src/modules/Image/encodings/psd.c @@ -1,5 +1,4 @@ #include "global.h" -RCSID("$Id: psd.c,v 1.26 2000/12/01 08:10:05 hubbe Exp $"); #include "image_machine.h" -- GitLab