Delete dispEditorPreview action that is no longer used

This commit is contained in:
Kijin Sung 2023-09-05 01:13:19 +09:00
parent a50041007d
commit 8054564b37
4 changed files with 4 additions and 15 deletions

View file

@ -181,13 +181,6 @@ class editorView extends editor
return new BaseObject();
}
function dispEditorPreview()
{
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('preview');
}
function dispEditorSkinColorset()
{
$skin = Context::get('skin');