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