From 4a39354be06ae9795d7382ee40130228d898fbd4 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Thu, 2 Dec 2021 21:22:19 -0500 Subject: [PATCH] useless dep remove --- globals/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/globals/functions.php b/globals/functions.php index fcf0d78..42008ad 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -8,7 +8,6 @@ //img tools (potentially high resource usage) (probably blocking) -use Alphaland\Moderation\UserModerationManager; use Alphaland\Web\WebContextManager; function imagecopymerge_alpha($dst_im, $src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $pct) {