diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:33:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:33:44 +0000 |
| commit | 9d8e1da42a40f886b0dd1a5f5b1fd79be59cd1e0 (patch) | |
| tree | 4dad86ddfb30a11f6139e2ddc40902376982294a /openbox/prop.c | |
| parent | 4b8767bda79bc12922c7b659b74872b6becb23a9 (diff) | |
remove ob_config atom, its not used
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index 1412752a..b0960bc1 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -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"); |
