]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/License.pm
Feature "Lizenzen" entfernt
[mfinanz.git] / SL / DB / License.pm
diff --git a/SL/DB/License.pm b/SL/DB/License.pm
deleted file mode 100644 (file)
index b75add7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file has been auto-generated only because it didn't exist.
-# Feel free to modify it at will; it will not be overwritten automatically.
-
-package SL::DB::License;
-
-use strict;
-
-use SL::DB::MetaSetup::License;
-
-# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
-__PACKAGE__->meta->make_manager_class;
-
-1;