From b23594d88d462f4ed1b0a26b5e303f491758f5ff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 6 Sep 2003 09:40:27 +0000 Subject: these shoulda been removed long ago --- openbox/plugin.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 openbox/plugin.h (limited to 'openbox/plugin.h') diff --git a/openbox/plugin.h b/openbox/plugin.h deleted file mode 100644 index 989e48f7..00000000 --- a/openbox/plugin.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __plugin_h -#define __plugin_h - -struct _ObParseInst; - -void plugin_startup(); -void plugin_shutdown(); - -void plugin_loadall(struct _ObParseInst *i); -void plugin_startall(); - -/* default plugin */ -/* load a plugin, but don't warn about reopens. for menus */ -gboolean plugin_open(gchar *name, struct _ObParseInst *i); -void plugin_start(gchar *name); - -#endif -- cgit v1.2.3