remove dead code
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Oct 2010 18:24:22 +0000 (18:24 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Oct 2010 18:24:22 +0000 (18:24 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53973 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con.c

index a8f2931..471245e 100644 (file)
@@ -2191,7 +2191,6 @@ _ecore_con_svr_cl_handler(void *data, Ecore_Fd_Handler *fd_handler)
              add = calloc(1, sizeof(Ecore_Con_Event_Client_Add));
              if(add)
                {
-/*cl->event_count++;*/
                   add->client = cl;
                   _ecore_con_cl_timer_update(cl);
                   ecore_event_add(ECORE_CON_EVENT_CLIENT_ADD, add,