diff options
Diffstat (limited to 'openbox/plugin.h')
| -rw-r--r-- | openbox/plugin.h | 5 |
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 |
