From 9a242786b19987daef5bb51ef706faca538777f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 24 Oct 2010 21:33:37 +0200 Subject: Redesign and implement the basic parts of LdLua. There's a very strong bond between LdLua and LdLuaSymbol. LdLuaSymbol is more like an interface to LdLua than a separate object. --- src/ld-lua-symbol.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ld-lua-symbol.h') diff --git a/src/ld-lua-symbol.h b/src/ld-lua-symbol.h index c8b6f35..5f68b59 100644 --- a/src/ld-lua-symbol.h +++ b/src/ld-lua-symbol.h @@ -53,8 +53,6 @@ struct _LdLuaSymbolClass GType ld_lua_symbol_get_type (void) G_GNUC_CONST; -LdSymbol *ld_lua_symbol_new (const gchar *name, LdLua *lua, const gchar *ident); - G_END_DECLS -- cgit v1.2.3