summaryrefslogtreecommitdiff
path: root/src/script/common/c_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r--src/script/common/c_content.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h
index 834db319b..241b1ca76 100644
--- a/src/script/common/c_content.h
+++ b/src/script/common/c_content.h
@@ -149,14 +149,6 @@ bool string_to_enum (const EnumString *spec,
bool read_noiseparams (lua_State *L, int index,
NoiseParams *np);
-bool get_schematic (lua_State *L, int index,
- Schematic *schem,
- INodeDefManager *ndef,
- std::map<std::string, std::string> &replace_names);
-bool read_schematic (lua_State *L, int index,
- Schematic *dschem,
- INodeDefManager *ndef,
- std::map<std::string, std::string> &replace_names);
void luaentity_get (lua_State *L,u16 id);