From 449074b7206931797722898573e42f02ba9ca839 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Thu, 5 Sep 2024 13:24:25 +0000 Subject: remove WebServicePlugin type as well, re #4110 Merge request studip/studip!3377 --- lib/plugins/core/WebServicePlugin.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/plugins/core/WebServicePlugin.php diff --git a/lib/plugins/core/WebServicePlugin.php b/lib/plugins/core/WebServicePlugin.php deleted file mode 100644 index ff3e757..0000000 --- a/lib/plugins/core/WebServicePlugin.php +++ /dev/null @@ -1,14 +0,0 @@ - - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - */ - -interface WebServicePlugin -{ - function getWebServices(); -} -- cgit v1.0