summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-03-08 16:42:43 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-03-08 17:41:52 +0100
commitc716d1788bb4f4b9db403617023f06347ba48102 (patch)
tree8b1b5edbbd16e3d55e25f0e9026414b35dbcf20b /openbox/openbox.c
parent617effd275a7c998d9bea686bc1a33240fd16704 (diff)
Remove double newlines.
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 7221556e..4a49c802 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -85,7 +85,6 @@
#include <X11/Xlib.h>
#include <X11/keysym.h>
-
RrInstance *ob_rr_inst;
RrImageCache *ob_rr_icons;
RrTheme *ob_rr_theme;
@@ -148,7 +147,6 @@ gint main(gint argc, gchar **argv)
session_startup(argc, argv);
}
-
ob_display = XOpenDisplay(NULL);
if (ob_display == NULL)
ob_exit_with_error(_("Failed to open the display from the DISPLAY environment variable."));
@@ -223,7 +221,6 @@ gint main(gint argc, gchar **argv)
cursors[OB_CURSOR_NORTHWEST] = load_cursor("top_left_corner",
XC_top_left_corner);
-
prop_startup(); /* get atoms values for the display */
extensions_query_all(); /* find which extensions are present */