--- np2/x11/commng.c 2007/01/10 18:03:01 1.6 +++ np2/x11/commng.c 2011/01/15 16:01:52 1.7 @@ -11,9 +11,6 @@ static UINT ncread(COMMNG self, BYTE *data) { - UNUSED(self); - UNUSED(data); - return 0; } @@ -21,9 +18,6 @@ static UINT ncwrite(COMMNG self, BYTE data) { - UNUSED(self); - UNUSED(data); - return 0; } @@ -31,8 +25,6 @@ static BYTE ncgetstat(COMMNG self) { - UNUSED(self); - return 0xf0; } @@ -40,10 +32,6 @@ static long ncmsg(COMMNG self, UINT msg, long param) { - UNUSED(self); - UNUSED(msg); - UNUSED(param); - return 0; } @@ -51,7 +39,7 @@ static void ncrelease(COMMNG self) { - UNUSED(self); + /* Nothing to do */ } static const _COMMNG com_nc = {