From f4c0336015b442cc8e489cf9d4fbdd702cf19c92 Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Thu, 18 Mar 2021 00:02:39 +0100
Subject: [PATCH] Image.WBF: Remove $Id$

---
 .gitattributes                    | 1 -
 src/modules/Image/encodings/wbf.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 143260fc7b..fd97dd4fc1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -220,7 +220,6 @@ testfont binary
 /src/modules/Image/encodings/pnm.c foreign_ident
 /src/modules/Image/encodings/psd.c foreign_ident
 /src/modules/Image/encodings/tga.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
 /src/modules/Image/encodings/xcf.c foreign_ident
diff --git a/src/modules/Image/encodings/wbf.c b/src/modules/Image/encodings/wbf.c
index 93c6b6228f..6a9b7f8a15 100644
--- a/src/modules/Image/encodings/wbf.c
+++ b/src/modules/Image/encodings/wbf.c
@@ -5,7 +5,6 @@
 #include <ctype.h>
 
 #include "stralloc.h"
-RCSID("$Id: wbf.c,v 1.1 1999/10/21 22:18:44 per Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "mapping.h"
-- 
GitLab