]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DefaultManager.pm
country_mode entfernt.
[mfinanz.git] / SL / DefaultManager.pm
index 41314ddb3aff80f435b5bddf36a7a94dca450e26..620996581b042cdafd7fed56e81c5c05174b812f 100644 (file)
@@ -34,14 +34,6 @@ sub _get {
   }
 }
 
-sub country_modes {
-  my ($self) = @_;
-  return (
-    'CH' => 'Switzerland',
-    'DE' => 'Germany',
-  )
-}
-
 sub AUTOLOAD {
   our $AUTOLOAD;