N°3123 - Code cleanup (removed unnecessary files)

This commit is contained in:
Eric
2020-11-27 17:24:56 +01:00
parent 8dda0f02f2
commit fd5958b764
5 changed files with 1 additions and 13 deletions

View File

@@ -431,7 +431,7 @@ interface iApplicationUIExtension
*
* @param DBObjectSet $oSet A set of persistent objects (DBObject)
*
* @return string[string]
* @return array
*/
public function EnumAllowedActions(DBObjectSet $oSet);
}

View File

@@ -19,7 +19,6 @@ class BlockChartAjaxBars extends UIBlock
{
// Overloaded constants
public const BLOCK_CODE = 'ibo-blockchartajaxbars';
public const HTML_TEMPLATE_REL_PATH = 'specific/displayblock/blockchartajaxbars/layout';
public const JS_TEMPLATE_REL_PATH = 'specific/displayblock/blockchartajaxbars/layout';
use tBlockParams;

View File

@@ -19,7 +19,6 @@ class BlockChartAjaxPie extends UIBlock
{
// Overloaded constants
public const BLOCK_CODE = 'ibo-blockchartajaxpie';
public const HTML_TEMPLATE_REL_PATH = 'specific/displayblock/blockchartajaxpie/layout';
public const JS_TEMPLATE_REL_PATH = 'specific/displayblock/blockchartajaxpie/layout';
use tBlockParams;

View File

@@ -1,5 +0,0 @@
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
{% endapply %}

View File

@@ -1,5 +0,0 @@
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
{% endapply %}