diff options
Diffstat (limited to 'modules/info/helpers/info_installer.php')
-rw-r--r-- | modules/info/helpers/info_installer.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/info/helpers/info_installer.php b/modules/info/helpers/info_installer.php index f291b508..94fc22d0 100644 --- a/modules/info/helpers/info_installer.php +++ b/modules/info/helpers/info_installer.php @@ -24,8 +24,4 @@ class info_installer { module::set_version("info", 1); } } - - static function uninstall() { - module::delete("info"); - } } |