removed deprecated constants

This commit is contained in:
Steffen Schröder
2014-07-25 16:39:07 +02:00
parent 002b537b47
commit 855ac29630
3 changed files with 6 additions and 18 deletions

View File

@ -21,13 +21,13 @@ class SettingManager implements CallbackListener {
*/
const TABLE_SETTINGS = 'mc_settings';
const CB_SETTING_CHANGED = 'SettingManager.SettingChanged';
/** @deprecated Use CB_SETTING_CHANGED */
const CB_SETTINGS_CHANGED = 'SettingManager.SettingChanged';
/*
* Private properties
*/
/** @var ManiaControl $maniaControl */
private $maniaControl = null;
/** @var Setting[] $storedSettings */
private $storedSettings = array();
/**