remove ob_config atom, its not used

This commit is contained in:
Dana Jansens 2007-05-28 13:33:44 +00:00
parent 4b8767bda7
commit 9d8e1da42a
3 changed files with 0 additions and 3 deletions

View file

@ -171,7 +171,6 @@ void prop_startup()
*/
CREATE(openbox_pid, "_OPENBOX_PID");
CREATE(ob_config, "_OB_CONFIG");
CREATE(ob_wm_action_undecorate, "_OB_WM_ACTION_UNDECORATE");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL");

View file

@ -193,7 +193,6 @@ typedef struct Atoms {
Atom ob_wm_action_undecorate;
Atom ob_wm_state_undecorated;
Atom openbox_pid; /* this is depreecated in favour of ob_control */
Atom ob_config;
Atom ob_control;
} Atoms;
Atoms prop_atoms;

View file

@ -294,7 +294,6 @@ gboolean screen_annex()
supported[i++] = prop_atoms.ob_wm_action_undecorate;
supported[i++] = prop_atoms.ob_wm_state_undecorated;
supported[i++] = prop_atoms.openbox_pid;
supported[i++] = prop_atoms.ob_config;
supported[i++] = prop_atoms.ob_control;
g_assert(i == num_support);