epic-s6g
[kivitendo-erp.git] / SL / DB / MebilMapping.pm
index 785380f..2510d1f 100644 (file)
@@ -7,10 +7,4 @@ use SL::DB::Manager::MebilMapping;
 
 __PACKAGE__->meta->initialize;
 
-sub getMappings {
-       my $dbh = shift;
-       
-       return SL::DB::Manager::MebilMapping::get_mebilmappings();
-}
-
 1;