diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 12:03:40 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 12:03:40 -0400 |
| commit | 3e94f9e642a060413a7316f605de7637f91434d5 (patch) | |
| tree | 9d19d097eaad86c0ef489730d3e08a48e0dce810 /openbox/actions/all.c | |
| parent | 27aec195acea0d28272c155ebd3f2bdd43c050cf (diff) | |
redo the maximize actions into maximize/unmaximize/togglemaximize with a <direction> argument
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 1bf963ac..a80443bf 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -21,8 +21,6 @@ void action_all_startup() action_iconify_startup(); action_fullscreen_startup(); action_maximize_startup(); - action_maximizehorizontal_startup(); - action_maximizevertical_startup(); action_moveresizeto_startup(); action_moverelative_startup(); action_shade_startup(); |
