country_mode entfernt.
[kivitendo-erp.git] / SL / DefaultManager.pm
index 41314dd..6209965 100644 (file)
@@ -34,14 +34,6 @@ sub _get {
   }
 }
 
-sub country_modes {
-  my ($self) = @_;
-  return (
-    'CH' => 'Switzerland',
-    'DE' => 'Germany',
-  )
-}
-
 sub AUTOLOAD {
   our $AUTOLOAD;