Skip to content

Commit

Permalink
Remove deprecated functions that don't work anymore from lua_api.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed Jun 20, 2013
1 parent 81c8b40 commit 469d0b1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions doc/lua_api.txt
Expand Up @@ -1018,7 +1018,6 @@ minetest.setting_get(name) -> string or nil
minetest.setting_getbool(name) -> boolean value or nil
minetest.setting_get_pos(name) -> position or nil
minetest.setting_save() -> nil, save all settings to config file
minetest.add_to_creative_inventory(itemstring)

Authentication:
minetest.notify_authentication_modified(name)
Expand Down Expand Up @@ -1293,15 +1292,6 @@ minetest.object_refs
minetest.luaentities
^ List of lua entities, indexed by active object id

Deprecated but defined for backwards compatibility:
minetest.digprop_constanttime(time)
minetest.digprop_stonelike(toughness)
minetest.digprop_dirtlike(toughness)
minetest.digprop_gravellike(toughness)
minetest.digprop_woodlike(toughness)
minetest.digprop_leaveslike(toughness)
minetest.digprop_glasslike(toughness)

Class reference
----------------
NodeMetaRef: Node metadata - reference extra data and functionality stored
Expand Down

0 comments on commit 469d0b1

Please sign in to comment.