summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 73b9615c..4c36022c 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -243,7 +243,6 @@ int main(int argc, char **argv)
if (ob_rr_theme == NULL)
exit_with_error("Unable to load a theme.");
- frame_startup();
moveresize_startup();
screen_startup();
group_startup();
@@ -271,7 +270,6 @@ int main(int argc, char **argv)
screen_shutdown();
focus_shutdown();
moveresize_shutdown();
- frame_shutdown();
menu_shutdown();
window_shutdown();
grab_shutdown();