diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:58:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:58:03 +0000 |
| commit | 2a79db164c4d5b45220c566794b66d043cdabe75 (patch) | |
| tree | 9e874fec694d214fe903aab3e9a25569f70512e0 | |
| parent | 6f9cea86f506b89870ed14bfd2ac1b47dbb3435f (diff) | |
remove the plugin stuffs
| -rw-r--r-- | openbox/openbox.c | 12 |
1 files changed, 1 insertions, 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(); |
