aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/makeGraph.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/makeGraph.H1')
-rw-r--r--src/graph/include/makeGraph.H16
1 files changed, 1 insertions, 5 deletions
diff --git a/src/graph/include/makeGraph.H1 b/src/graph/include/makeGraph.H1
index 419d2408..e035ba08 100644
--- a/src/graph/include/makeGraph.H1
+++ b/src/graph/include/makeGraph.H1
@@ -1,7 +1,3 @@
-#ifdef _NO_PROTO
-extern graphStruct * makeGraphFromSpadData();
-extern void discardGraph();
-#else
extern graphStruct * makeGraphFromSpadData(void);
extern void discardGraph(graphStruct * theGraph);
-#endif
+