remove awful LAYOUT client hook

This commit is contained in:
Mike Blumenkrantz 2013-09-04 11:48:52 +01:00
parent 1be76d599c
commit 0beaea217a
2 changed files with 0 additions and 6 deletions

View File

@ -2084,11 +2084,6 @@ e_client_idler_before(void)
_e_client_hook_call(E_CLIENT_HOOK_EVAL_POST_FRAME_ASSIGN, ec);
}
// layout hook - this is where a hook gets to figure out what to
// do if anything.
#warning FIXME: this should be...better :/
_e_client_hook_call(E_CLIENT_HOOK_CANVAS_LAYOUT, (void*)c);
E_CLIENT_FOREACH(c, ec)
{
// pass 2 - show windows needing show

View File

@ -150,7 +150,6 @@ typedef enum _E_Client_Hook_Point
E_CLIENT_HOOK_EVAL_END,
E_CLIENT_HOOK_FOCUS_SET,
E_CLIENT_HOOK_FOCUS_UNSET,
E_CLIENT_HOOK_CANVAS_LAYOUT, //sends E_Comp!
E_CLIENT_HOOK_NEW_CLIENT,
E_CLIENT_HOOK_DESK_SET,
E_CLIENT_HOOK_MOVE_BEGIN,