summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 19:01:41 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 19:01:41 +0000
commit35418ca0fcd3fd28ef579f4435b8bad3b7c87f04 (patch)
tree07182e5626a01baf752ec13a57d7ab3eabe8f967 /openbox/openbox.h
parentec908528cf2abad9d2b968db9c8f7287ef5f54fe (diff)
remove the ob_root var, its redundant of what Xlib already provides
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index c6a2f210..93ee4813 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -26,8 +26,6 @@ SnDisplay *ob_sn_display;
/*! The number of the screen on which we're running */
extern gint ob_screen;
-/*! The root window */
-extern Window ob_root;
/* The state of execution of the window manager */
extern ObState ob_state;