From 9484af0df48cc4e8d986090a9591d01b4c6c4df6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Nov 2014 12:25:46 +0300 Subject: Remove deprecated script functions. --- src/map/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map/init.c') diff --git a/src/map/init.c b/src/map/init.c index 241e1b2..910b5df 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -67,8 +67,6 @@ HPExport void plugin_init (void) addScriptCommand("getitemlink", "s", getItemLink); addScriptCommand("l", "s*", l); addScriptCommand("lg", "s*", lg); - addScriptCommandDeprecated("getlang", "", getLang); - addScriptCommandDeprecated("setlang", "i", setLang); addScriptCommand("requestlang", "v", requestLang); addScriptCommand("getq", "i", getq); addScriptCommand("setq", "ii", setq); @@ -76,7 +74,6 @@ HPExport void plugin_init (void) addScriptCommand("setnpcdir", "*", setNpcDir); addScriptCommand("rif", "is*", rif); addScriptCommand("countitemcolor", "v*", countItemColor); - addScriptCommandDeprecated("getclientversion", "", getClientVersion); // must be replaced to misceffect addScriptCommand("misceffect2", "i*", dummy); -- cgit v1.2.3-70-g09d2