summaryrefslogtreecommitdiff
path: root/openbox/plugin.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-28 05:44:13 +0000
committerDana Jansens <danakj@orodu.net>2003-08-28 05:44:13 +0000
commit615cbd96075905d75533f9b615c4ee6a75f4f9a4 (patch)
treed57954f576d41f36ff30df6df1dad2264c13dcbd /openbox/plugin.h
parent9290376bbbb8b29411f59a35e5477f25304fe205 (diff)
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
Diffstat (limited to 'openbox/plugin.h')
-rw-r--r--openbox/plugin.h5
1 files changed, 0 insertions, 5 deletions
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