# HG changeset patch
# User Wuzzy
# Date 1555686665 -3600
# Node ID 323d6e659cd7742c4dce4d155572cd7a3badc339
# Parent  9dcf9aab2dc998e1b6a7f29c3df802d8417393d0
RandomNotes: Remove undocumented functions, it works again!

diff -r 9dcf9aab2dc9 -r 323d6e659cd7 RandomNotes.wiki
--- a/RandomNotes.wiki	Fri Apr 19 16:10:40 2019 +0100
+++ b/RandomNotes.wiki	Fri Apr 19 16:11:05 2019 +0100
@@ -12,11 +12,4 @@
 
 = How to convert a `.hwmap` file to a Lua string =
 
-Run the shell script `tools/hwmap2lua.sh` found in the Hedgewars repository. Help is included in the source code.
-
-= Undocumented Lua functions =
-This script was used on [LuaAPI] to detect undocumented functions:
-
-[http://hw.ercatec.net/docs/lua_wiki_check.php]
-
-But due to a restructuring, this script no longer works, it needs to be updated. Functions are now located on LuaEvents, LuaGameplay, LuaGears, LuaStats, LuaGUI, LuaAudio and LuaUtil.
\ No newline at end of file
+Run the shell script `tools/hwmap2lua.sh` found in the Hedgewars repository. Help is included in the source code.
\ No newline at end of file