aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view3D/lighting3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/view3D/lighting3d.c')
-rw-r--r--src/graph/view3D/lighting3d.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c
index 8d8bb50d..b3432c5f 100644
--- a/src/graph/view3D/lighting3d.c
+++ b/src/graph/view3D/lighting3d.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.
@@ -85,11 +85,7 @@ static viewTriple point0 = {0,0,0};
***************************/
int
-#ifdef _NO_PROTO
-makeLightingPanel()
-#else
makeLightingPanel(void)
-#endif
{
int i;
@@ -194,11 +190,7 @@ makeLightingPanel(void)
***************************/
void
-#ifdef _NO_PROTO
-drawLightingAxes()
-#else
drawLightingAxes(void)
-#endif
{
XWindowAttributes laInfo;
@@ -298,11 +290,7 @@ drawLightingAxes(void)
******************************/
void
-#ifdef _NO_PROTO
-drawLightTransArrow()
-#else
drawLightTransArrow(void)
-#endif
{
int i;
@@ -386,11 +374,7 @@ drawLightTransArrow(void)
****************************/
void
-#ifdef _NO_PROTO
-drawLightingPanel()
-#else
drawLightingPanel(void)
-#endif
{
char *s;