summaryrefslogtreecommitdiff
path: root/src/script/common/c_converter.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2018-07-08 23:06:33 +0200
committerGitHub <noreply@github.com>2018-07-08 23:06:33 +0200
commita61e1a4dbce39ced7a1da599d87dfcb876613109 (patch)
tree6cd5177133cf93773da851fbe233e2088b67661b /src/script/common/c_converter.h
parent94cd2bfeac073bf0ff0c384e4921c90f281747b0 (diff)
downloadminetest-a61e1a4dbce39ced7a1da599d87dfcb876613109.tar.gz
minetest-a61e1a4dbce39ced7a1da599d87dfcb876613109.tar.bz2
minetest-a61e1a4dbce39ced7a1da599d87dfcb876613109.zip
Lua templating reading (part 4): s16, v2s16, v2f (#7512)
Diffstat (limited to 'src/script/common/c_converter.h')
-rw-r--r--src/script/common/c_converter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/common/c_converter.h b/src/script/common/c_converter.h
index 04fdb353a..87bc35ac6 100644
--- a/src/script/common/c_converter.h
+++ b/src/script/common/c_converter.h
@@ -100,8 +100,6 @@ void setboolfield(lua_State *L, int table,
const char *fieldname, bool value);
v3f checkFloatPos (lua_State *L, int index);
-v2f check_v2f (lua_State *L, int index);
-v2s16 check_v2s16 (lua_State *L, int index);
v3f check_v3f (lua_State *L, int index);
v3s16 check_v3s16 (lua_State *L, int index);