From 33b02a1b21359c22658b90a2eb2e9b0fec41b414 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Tue, 23 May 2023 10:58:55 +0200
Subject: [PATCH] Bug 33803: Remove comment about tab width

---
 authorities/auth_finder.pl         | 5 -----
 members/memberentry.pl             | 4 ----
 opac/opac-authorities-home.pl      | 5 -----
 serials/subscription-bib-search.pl | 5 -----
 4 files changed, 19 deletions(-)

diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl
index 69277656426..c4e3a746642 100755
--- a/authorities/auth_finder.pl
+++ b/authorities/auth_finder.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# WARNING: 4-character tab stops here
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -176,7 +175,3 @@ $template->param(
 
 # Print the page
 output_html_with_http_headers $query, $cookie, $template->output;
-
-# Local Variables:
-# tab-width: 4
-# End:
diff --git a/members/memberentry.pl b/members/memberentry.pl
index 7d58011f627..64d9aa2aa7b 100755
--- a/members/memberentry.pl
+++ b/members/memberentry.pl
@@ -909,7 +909,3 @@ sub add_guarantors {
         );
     }
 }
-
-# Local Variables:
-# tab-width: 8
-# End:
diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl
index 0c0f2180ffc..8b2145ab15b 100755
--- a/opac/opac-authorities-home.pl
+++ b/opac/opac-authorities-home.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# WARNING: 4-character tab stops here
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -202,7 +201,3 @@ $template->param(
 
 # Print the page
 output_html_with_http_headers $query, $cookie, $template->output;
-
-# Local Variables:
-# tab-width: 4
-# End:
diff --git a/serials/subscription-bib-search.pl b/serials/subscription-bib-search.pl
index 2853404bcb3..e8f576a2097 100755
--- a/serials/subscription-bib-search.pl
+++ b/serials/subscription-bib-search.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# WARNING: 4-character tab stops here
 
 # Copyright 2000-2002 Katipo Communications
 # Parts Copyright 2010 Biblibre
@@ -232,7 +231,3 @@ else {
 
 # Print the page
 output_html_with_http_headers $input, $cookie, $template->output;
-
-# Local Variables:
-# tab-width: 4
-# End:
-- 
2.25.1