Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / ShopConnector / ALL.pm
index 1c352b1..1b1b0c8 100644 (file)
@@ -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;
 }