From 306b0670916fee8d0316a69f161c7a9b14e9516d Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 26 Oct 2015 03:45:55 -0400 Subject: SAPI: Move core.get_us_time() to Util module --- src/script/lua_api/l_env.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/script/lua_api/l_env.h') diff --git a/src/script/lua_api/l_env.h b/src/script/lua_api/l_env.h index 4f204da81..8354379f3 100644 --- a/src/script/lua_api/l_env.h +++ b/src/script/lua_api/l_env.h @@ -168,9 +168,6 @@ private: // stops forceloading a position static int l_forceload_free_block(lua_State *L); - // get us precision time - static int l_get_us_time(lua_State *L); - public: static void Initialize(lua_State *L, int top); }; -- cgit v1.2.3