summaryrefslogtreecommitdiff
path: root/make/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'make/modules.cpp')
-rw-r--r--make/modules.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/modules.cpp b/make/modules.cpp
index b10ae798..f72fc058 100644
--- a/make/modules.cpp
+++ b/make/modules.cpp
@@ -2,6 +2,3 @@
extern "C" int luaopen_lpeglabel (lua_State *L);
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);
-
-extern "C" int luaopen_code_format(lua_State *L);
-static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format", luaopen_code_format);