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

@ -46,11 +46,6 @@ class MapManager implements CallbackListener {
const SETTING_AUTOSAVE_MAPLIST = 'Autosave Maplist file';
const SETTING_MAPLIST_FILE = 'File to write Maplist in';
/** @deprecated Use Callbacks Interface */
const CB_BEGINMAP = 'Callbacks.BeginMap';
/** @deprecated Use Callbacks Interface */
const CB_ENDMAP = 'Callbacks.EndMap';
/*
* Public properties
*/