From 2a79db164c4d5b45220c566794b66d043cdabe75 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 29 Aug 2003 07:58:03 +0000 Subject: [PATCH] remove the plugin stuffs --- openbox/openbox.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index 59ba7627..ca02d8bd 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -16,7 +16,6 @@ #include "mouse.h" #include "extensions.h" #include "grab.h" -#include "plugin.h" #include "timer.h" #include "group.h" #include "config.h" @@ -219,13 +218,9 @@ int main(int argc, char **argv) anything that calls stacking_add */ focus_startup(); window_startup(); - plugin_startup(); - /* load the plugins specified in the pluginrc */ - plugin_loadall(i); /* set up the kernel config shit */ config_startup(i); - menu_startup(i); /* parse/load user options */ if (parse_load_rc(&doc, &node)) parse_tree(i, doc, node->xmlChildrenNode); @@ -233,8 +228,6 @@ int main(int argc, char **argv) xmlFreeDoc(doc); parse_shutdown(i); - menu_parse(); - /* load the theme specified in the rc file */ ob_rr_theme = RrThemeNew(ob_rr_inst, config_theme); if (ob_rr_theme == NULL) @@ -247,9 +240,7 @@ int main(int argc, char **argv) dock_startup(); keyboard_startup(); mouse_startup(); - - /* call startup for all the plugins */ - plugin_startall(); + menu_startup(); /* get all the existing windows */ client_manage_all(); @@ -262,7 +253,6 @@ int main(int argc, char **argv) dock_remove_all(); client_unmanage_all(); - plugin_shutdown(); /* calls all the plugins' shutdown functions */ menu_shutdown(); mouse_shutdown(); keyboard_shutdown(); -- 2.39.2