From 73bb103e111fb12bed013b2b3728d592c1a11587 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 Apr 2008 21:06:47 +0000 Subject: Remove remaining K&R style prototypes. --- src/graph/view3D/pot3d.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/graph/view3D/pot3d.c') diff --git a/src/graph/view3D/pot3d.c b/src/graph/view3D/pot3d.c index 6b4a9fd5..cdd52799 100644 --- a/src/graph/view3D/pot3d.c +++ b/src/graph/view3D/pot3d.c @@ -1,5 +1,5 @@ /* - Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. + Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. Copyright (C) 2007-2008, Gabriel Dos Reis. All rights reserved. @@ -16,7 +16,7 @@ the documentation and/or other materials provided with the distribution. - - Neither the name of The Numerical ALgorithms Group Ltd. nor the + - Neither the name of The Numerical Algorithms Group Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -44,12 +44,7 @@ /****************************/ mouseCoord -#ifdef _NO_PROTO -getPotValue(eX,eY,xH,yH) - short eX,eY,xH,yH; -#else getPotValue(short eX,short eY,short xH,short yH) -#endif { mouseCoord whereMouse; @@ -77,12 +72,7 @@ getPotValue(short eX,short eY,short xH,short yH) /**********************************/ mouseCoord -#ifdef _NO_PROTO -getLinearPotValue(eX,eY,xH,yH) - short eX,eY,xH,yH; -#else getLinearPotValue(short eX,short eY,short xH,short yH) -#endif { mouseCoord whereMouse; -- cgit v1.2.3