From eee1570e33b6432336ee75cf906086a0ae369754 Mon Sep 17 00:00:00 2001 From: bohwaz Date: Mon, 11 Sep 2023 00:23:43 +0200 Subject: [PATCH] Remove unused dependency --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7be5cb7..2a3aba1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ php-deps: wget -O lib/KD2/ErrorManager.php '${KD2FW_URL}ErrorManager.php' wget -O lib/KD2/WebDAV/Server.php '${KD2FW_URL}WebDAV/Server.php' wget -O lib/KD2/WebDAV/AbstractStorage.php '${KD2FW_URL}WebDAV/AbstractStorage.php' - wget -O lib/KD2/WebDAV/FileStorage.php '${KD2FW_URL}WebDAV/FileStorage.php' wget -O lib/KD2/WebDAV/NextCloud.php '${KD2FW_URL}WebDAV/NextCloud.php' wget -O lib/KD2/WebDAV/WOPI.php '${KD2FW_URL}WebDAV/WOPI.php'