From: raster Date: Tue, 9 Aug 2011 06:05:44 +0000 (+0000) Subject: aaagh those were not meant to be in the docs! X-Git-Tag: 2.0_alpha~155^2~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf850b876bcaab45998a77e63d7a479ea5035474;p=framework%2Fuifw%2Fecore.git aaagh those were not meant to be in the docs! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_ipc/Ecore_Ipc.h b/src/lib/ecore_ipc/Ecore_Ipc.h index fa12b40..40ae621 100644 --- a/src/lib/ecore_ipc/Ecore_Ipc.h +++ b/src/lib/ecore_ipc/Ecore_Ipc.h @@ -39,9 +39,6 @@ extern "C" { typedef struct _Ecore_Ipc_Server Ecore_Ipc_Server; /**< An IPC connection handle */ typedef struct _Ecore_Ipc_Client Ecore_Ipc_Client; /**< An IPC connection handle */ -/** - * Macros used for generic data packing - */ EAPI unsigned short _ecore_ipc_swap_16(unsigned short v); EAPI unsigned int _ecore_ipc_swap_32(unsigned int v); EAPI unsigned long long _ecore_ipc_swap_64(unsigned long long v); diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c index c9819e7..c17cadd 100644 --- a/src/lib/ecore_ipc/ecore_ipc.c +++ b/src/lib/ecore_ipc/ecore_ipc.c @@ -45,7 +45,6 @@ int _ecore_ipc_log_dom = -1; -/* byte swappers - for dealing with big vs little endian machines */ EAPI unsigned short _ecore_ipc_swap_16(unsigned short v) {