summaryrefslogtreecommitdiffstats
path: root/lua/lua-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lua-plugin.c')
-rw-r--r--lua/lua-plugin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/lua-plugin.c b/lua/lua-plugin.c
index 5abe4d9..56c1c5a 100644
--- a/lua/lua-plugin.c
+++ b/lua/lua-plugin.c
@@ -274,10 +274,3 @@ GArray * ibus_engine_plugin_get_retvals(IBusEnginePlugin * plugin){
lua_pop(L, 1);
return result;
}
-
-
-/* will drop this function soon. */
-lua_State * ibus_engine_plugin_get_lua_State(IBusEnginePlugin * plugin){
- return plugin->priv->L;
-}
-