From a326678e80f131e18cb18daad4fb79d4aea535b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 26 Oct 2021 12:01:38 +0200 Subject: [PATCH] Shopware6: ALL toten Kode entfernt shop_connector_class_by_connector wird nirgends aufgerufen die info ist redundant mit shop_connector_class_by_name --- SL/ShopConnector/ALL.pm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SL/ShopConnector/ALL.pm b/SL/ShopConnector/ALL.pm index 1c352b1d5..1b1b0c814 100644 --- a/SL/ShopConnector/ALL.pm +++ b/SL/ShopConnector/ALL.pm @@ -12,12 +12,6 @@ my %shop_connector_by_name = ( woocommerce => 'SL::ShopConnector::WooCommerce', ); -my %shop_connector_by_connector = ( - shopware => 'SL::ShopConnector::Shopware', - shopware6 => 'SL::ShopConnector::Shopware6', - woocommerce => 'SL::ShopConnector::WooCommerce', -); - my @shop_connector_order = qw( woocommerce shopware @@ -39,10 +33,6 @@ sub shop_connector_class_by_name { $shop_connector_by_name{$_[1]}; } -sub shop_connector_class_by_connector { - $shop_connector_by_connector{$_[1]}; -} - sub connectors { \@shop_connectors; } -- 2.20.1