From a6eb8f0ac18816c82e7fcf1efee821b36a8cbc7a Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Thu, 5 Nov 2009 09:47:27 -0800 Subject: Chopping off more features, making the library more compact. --- src/plugin-luaiup.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/plugin-luaiup.cc b/src/plugin-luaiup.cc index e989d47..6c9b13d 100644 --- a/src/plugin-luaiup.cc +++ b/src/plugin-luaiup.cc @@ -21,19 +21,13 @@ #define WEAK #endif -extern "C" { -int luaopen_iupluaimglib(lua_State* L); -} - static void _init_plugin(Lua * L) { static bool done = false; if (done) return; done = true; L->wrap_open(iuplua_open); L->wrap_open(iupkey_open); - L->wrap_open(luaopen_iupluaimglib); L->wrap_open(iupcontrolslua_open); - L->wrap_open(iup_pplotlua_open); L->wrap_open(cdlua_open); L->wrap_open(cdluaiup_open); L->wrap_open(iupimlua_open); -- cgit v1.2.3