]> Dogcows Code - chaz/openbox/blobdiff - plugins/interface.h
remove the last of the plugin stuff
[chaz/openbox] / plugins / interface.h
diff --git a/plugins/interface.h b/plugins/interface.h
deleted file mode 100644 (file)
index 83eb97a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __plugins_interface_h
-#define __plugins_interface_h
-
-struct _ObParseInst;
-
-/* plugin_setup_config() */
-typedef void (*PluginSetupConfig)(struct _ObParseInst *i);
-
-/* plugin_startup() */
-typedef void (*PluginStartup)(void);
-
-/* plugin_shutdown() */
-typedef void (*PluginShutdown)(void);
-
-#endif
This page took 0.020381 seconds and 4 git commands to generate.