aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/project3d.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/project3d.H1')
-rw-r--r--src/graph/include/project3d.H110
1 files changed, 1 insertions, 9 deletions
diff --git a/src/graph/include/project3d.H1 b/src/graph/include/project3d.H1
index 99287bef..3be2e5a1 100644
--- a/src/graph/include/project3d.H1
+++ b/src/graph/include/project3d.H1
@@ -1,15 +1,7 @@
-#ifdef _NO_PROTO
-extern void project();
-extern void projectAPoint();
-extern void projectAllPoints();
-extern void projectAllPolys();
-extern void projectAPoly();
-extern void projectStuff();
-#else
extern void project(viewTriple * , XPoint * , int );
extern void projectAPoint(viewTriple * );
extern void projectAllPoints(void);
extern void projectAllPolys(poly * );
extern void projectAPoly(poly * );
extern void projectStuff(float , float , float , int * , int * , float * );
-#endif
+