diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 05:44:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 05:44:13 +0000 |
| commit | 615cbd96075905d75533f9b615c4ee6a75f4f9a4 (patch) | |
| tree | d57954f576d41f36ff30df6df1dad2264c13dcbd /plugins/interface.h | |
| parent | 9290376bbbb8b29411f59a35e5477f25304fe205 (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 'plugins/interface.h')
| -rw-r--r-- | plugins/interface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/interface.h b/plugins/interface.h index 52b46f32..83eb97a2 100644 --- a/plugins/interface.h +++ b/plugins/interface.h @@ -12,10 +12,4 @@ typedef void (*PluginStartup)(void); /* plugin_shutdown() */ typedef void (*PluginShutdown)(void); -/* plugin_create() - for menu plugins only */ -typedef void *(*PluginCreate)(/* TODO */); - -/* plugin_destroy() - for menu plugins only */ -typedef void (*PluginDestroy)(void *); - #endif |
