]> Dogcows Code - chaz/openbox/blobdiff - plugins/interface.h
change the menu plugin interface, no need for the create/destroy functions any more.
[chaz/openbox] / plugins / interface.h
index 52b46f32803cb0aa76fff8de1a8deb90c373030f..83eb97a2b92c22624bef39f4b045f51b7b3cb60f 100644 (file)
@@ -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
This page took 0.026526 seconds and 4 git commands to generate.