From a42dd1663b2db20f8fe8de71177d555d4217b780 Mon Sep 17 00:00:00 2001
From: b_b <bruno@eliaz.fr>
Date: Tue, 9 Jul 2024 16:43:49 +0200
Subject: [PATCH] remove: retrait de la globale `$formats_logos`
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

dépréciée au profit de la fonction `_image_extensions_logos()`

Ref: spip/medias#4958
---
 ecrire/bootstrap/config/globals.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ecrire/bootstrap/config/globals.php b/ecrire/bootstrap/config/globals.php
index fa2d4ca750..a04db06795 100644
--- a/ecrire/bootstrap/config/globals.php
+++ b/ecrire/bootstrap/config/globals.php
@@ -15,7 +15,6 @@ global
 	$dossier_squelettes,
 	$exceptions_des_tables,
 	$filtrer_javascript,
-	$formats_logos,
 	$hash_recherche_strict,
 	$hash_recherche,
 	$help_server,
@@ -143,8 +142,6 @@ $traiter_math = 'tex';
 $xhtml = false;
 $xml_indent = false;
 
-$formats_logos = ['jpg', 'png', 'svg', 'gif', 'webp'];
-
 // Controler les dates des item dans les flux RSS ?
 $controler_dates_rss = true;
 
-- 
GitLab