From 615cbd96075905d75533f9b615c4ee6a75f4f9a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 05:44:13 +0000 Subject: change the menu plugin interface, no need for the create/destroy functions any more. redo the client-menu plugin to work with the new menu api --- openbox/plugin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openbox/plugin.h') diff --git a/openbox/plugin.h b/openbox/plugin.h index 6d14c64c..7ef004bf 100644 --- a/openbox/plugin.h +++ b/openbox/plugin.h @@ -15,9 +15,4 @@ gboolean plugin_open(char *name, struct _ObParseInst *i); gboolean plugin_open_reopen(char *name, struct _ObParseInst *i); void plugin_close(char *name); -/* call plugin's generic constructor */ -void *plugin_create(char *name, void *data); -/* free memory allocated by plugin_create() */ -void plugin_destroy(char *name, void *object); - #endif -- cgit v1.2.3