Comment whole section as we never make use of it anyway.

SVN revision: 46674
This commit is contained in:
Christopher Michael 2010-03-01 01:33:44 +00:00
parent dcd6a62380
commit 98e95cc950
1 changed files with 5 additions and 3 deletions

View File

@ -4738,12 +4738,14 @@ _e_border_cb_window_focus_out(void *data, int ev_type, void *ev)
static int
_e_border_cb_client_message(void *data, int ev_type, void *ev)
{
// E_Border *bd;
/*
E_Border *bd;
Ecore_X_Event_Client_Message *e;
e = ev;
// bd = e_border_find_by_client_window(e->win);
// if (!bd) return 1;
bd = e_border_find_by_client_window(e->win);
if (!bd) return 1;
*/
return 1;
}