remove ob_config atom, its not used
This commit is contained in:
parent
4b8767bda7
commit
9d8e1da42a
3 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue