summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/prop.c2
-rw-r--r--openbox/prop.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 3d40f637..6c103e6d 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -153,8 +153,6 @@ void prop_startup()
CREATE(openbox_pid, "_OPENBOX_PID");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL");
- CREATE(ob_reconfigure, "_OB_RECONFIGURE");
- CREATE(ob_restart, "_OB_RESTART");
}
#include <X11/Xutil.h>
diff --git a/openbox/prop.h b/openbox/prop.h
index f65dd135..ee62114e 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -166,8 +166,6 @@ typedef struct Atoms {
Atom openbox_pid;
Atom ob_wm_state_undecorated;
Atom ob_control;
- Atom ob_reconfigure;
- Atom ob_restart;
} Atoms;
Atoms prop_atoms;