Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc.c Log Message: and disable that code too as we wont be using it later. just for reference now =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- e_ipc.c 31 May 2005 03:01:53 -0000 1.31 +++ e_ipc.c 31 May 2005 03:04:02 -0000 1.32 @@ -4,12 +4,6 @@ static int _e_ipc_cb_client_add(void *data, int type, void *event); static int _e_ipc_cb_client_del(void *data, int type, void *event); static int _e_ipc_cb_client_data(void *data, int type, void *event); -static void _e_ipc_reply_double_send(Ecore_Ipc_Client *client, double val, int opcode); -static void _e_ipc_reply_int_send(Ecore_Ipc_Client *client, int val, int opcode); -static void _e_ipc_reply_2int_send(Ecore_Ipc_Client *client, int val1, int val2, int opcode); - -static int _e_ipc_double_dec(char *data, int bytes, double *dest); -static int _e_ipc_int_dec(char *data, int bytes, int *dest); /* local subsystem globals */ static Ecore_Ipc_Server *_e_ipc_server = NULL; @@ -1119,6 +1113,7 @@ return 1; } +#if 0 static void _e_ipc_reply_double_send(Ecore_Ipc_Client *client, double val, int opcode) { @@ -1169,3 +1164,4 @@ free(data); } } +#endif ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs