remove said Atoms

This commit is contained in:
Mikael Magnusson 2007-03-04 20:18:09 +00:00
parent e06e69b904
commit 2f87655790
2 changed files with 0 additions and 4 deletions

View file

@ -153,8 +153,6 @@ void prop_startup()
CREATE(openbox_pid, "_OPENBOX_PID"); CREATE(openbox_pid, "_OPENBOX_PID");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED"); CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL"); CREATE(ob_control, "_OB_CONTROL");
CREATE(ob_reconfigure, "_OB_RECONFIGURE");
CREATE(ob_restart, "_OB_RESTART");
} }
#include <X11/Xutil.h> #include <X11/Xutil.h>

View file

@ -166,8 +166,6 @@ typedef struct Atoms {
Atom openbox_pid; Atom openbox_pid;
Atom ob_wm_state_undecorated; Atom ob_wm_state_undecorated;
Atom ob_control; Atom ob_control;
Atom ob_reconfigure;
Atom ob_restart;
} Atoms; } Atoms;
Atoms prop_atoms; Atoms prop_atoms;