X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a0b8d78b54fc1ff2fc2f0f527ec4c9630444e590..f82e94c7cbbea66d902e286c531d2282fc69f67c:/SL/DefaultManager.pm diff --git a/SL/DefaultManager.pm b/SL/DefaultManager.pm index fc9b21a69..b9940c05f 100644 --- a/SL/DefaultManager.pm +++ b/SL/DefaultManager.pm @@ -34,14 +34,6 @@ sub _get { } } -sub country_modes { - my ($self) = @_; - return ( - 'CH' => 'Switzerland', - 'DE' => 'Germany', - ) -} - sub AUTOLOAD { our $AUTOLOAD;