diff --git a/modules/integration_search/integration_search.mobile.php b/modules/integration_search/integration_search.mobile.php index 9608f0700..51bace717 100644 --- a/modules/integration_search/integration_search.mobile.php +++ b/modules/integration_search/integration_search.mobile.php @@ -1,20 +1,6 @@ */ -/** - * The view class of the integration_search module - * - * @author Rhymix Developers and Contributors - */ class integration_searchMobile extends integration_searchView { - /** - * Search Result - * - * @return Object - */ - function IS() - { - parent::IS(); - } -} \ No newline at end of file + +}