From 25b35e3b33ed30f679c1c806c286e7a04191c165 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 5 Jan 2019 10:07:29 +0100 Subject: [PATCH] Remove redundant method overrriding See #2545 --- .../ObjectTypePackageInstallationPlugin.class.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php index 48994289a0..e00f5ff0f8 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -734,19 +734,6 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation ); } - /** - * @inheritDoc - * @since 3.2 - */ - protected function getEmptyXml() { - return << - - - -XML; - } - /** * @inheritDoc * @since 3.2 -- 2.20.1