remove lua_plugin_retrieve_plugin declaration on lua-plugin.h
authorPeng Wu <alexepico@gmail.com>
Tue, 20 Apr 2010 08:01:29 +0000 (16:01 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 19 May 2010 02:09:32 +0000 (10:09 +0800)
lua/lua-plugin.h

index da5ce45..67f7d9b 100644 (file)
@@ -42,7 +42,6 @@ typedef struct _IBusEnginePluginPrivate IBusEnginePluginPrivate;
 
 void lua_plugin_openlibs (lua_State *L);
 void lua_plugin_store_plugin(lua_State * L, IBusEnginePlugin * plugin);
-IBusEnginePlugin * lua_plugin_retrieve_plugin(lua_State * L);
 
 struct _IBusEnginePlugin
 {