summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 18:53:39 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 18:53:39 +0000
commita46b4ee4341dcf5c86b9182b5b970825f2e11692 (patch)
tree628fd9bf7434fff750efa76182865ae16f4d9fe1 /openbox/openbox.h
parent6c39d26803e86453227c0a23d0bb3b1be5b77492 (diff)
ob_remote has been killed, remove ob_sync from the public header, its only used internally
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index c04d7dbb..bf250a59 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -32,11 +32,6 @@ extern Window ob_root;
/* The state of execution of the window manager */
extern ObState ob_state;
-/*! Runtime option to specify running on a remote display */
-extern gboolean ob_remote;
-/*! Runtime option to run in synchronous mode */
-extern gboolean ob_sync;
-
void ob_restart_other(const gchar *path);
void ob_restart();
void ob_exit();