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 --- plugins/interface.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/interface.h') 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 -- cgit v1.2.3