From 68308c74b1b006bbdc172b94ade96d3f8f22040a Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Fri, 20 Sep 2024 10:26:10 +0200 Subject: [PATCH] Remove unused filter function --- lib/interactivity-api.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/interactivity-api.php b/lib/interactivity-api.php index d8780f3ba0c9c3..ff68936f054a7e 100644 --- a/lib/interactivity-api.php +++ b/lib/interactivity-api.php @@ -5,14 +5,6 @@ * @package gutenberg */ -/** - * Deregisters the Core Interactivity API Modules and replace them - * with the ones from the Gutenberg plugin. - * - * @deprecated 19.3.0 Script module registration is handled by {@see gutenberg_default_script_modules()}. - */ -function gutenberg_reregister_interactivity_script_modules() {} - /** * Adds script data to the interactivity-router script module. *