From 485b669840b43af1b10a5e11bf65373c88f63395 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 9 Nov 2019 11:29:20 +0100 Subject: [CSM] Remove non-functional minetest.get_day_count() --- doc/client_lua_api.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 51854d3d9..a71421747 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -734,8 +734,6 @@ Call these functions only at load time! * Optional: Variable number of arguments that are passed to `func` * `minetest.get_us_time()` * Returns time with microsecond precision. May not return wall time. -* `minetest.get_day_count()` - * Returns number days elapsed since world was created, accounting for time changes. * `minetest.get_timeofday()` * Returns the time of day: `0` for midnight, `0.5` for midday -- cgit v1.2.3