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/include/makeGraph.H1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/graph/include/makeGraph.H1') 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 + -- cgit v1.2.3