Mobile code cleanup

This commit is contained in:
BJRambo 2017-08-17 09:08:33 +09:00
parent 208761b866
commit f981e2cd29

View file

@ -1,4 +1,5 @@
<?php <?php
require_once(_XE_PATH_.'modules/ncenterlite/ncenterlite.view.php');
class ncenterliteMobile extends ncenterliteView class ncenterliteMobile extends ncenterliteView
{ {
@ -22,17 +23,5 @@ class ncenterliteMobile extends ncenterliteView
$this->module_info->mlayout_srl = $config->mlayout_srl; $this->module_info->mlayout_srl = $config->mlayout_srl;
$this->setLayoutPath($layout_info->path); $this->setLayoutPath($layout_info->path);
} }
} }
function dispNcenterliteNotifyList()
{
parent::dispNcenterliteNotifyList();
}
function dispNcenterliteUserConfig()
{
parent::dispNcenterliteUserConfig();
}
} }