From 3c47388339f53268fb54753bae549220338319fc Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 24 Nov 2003 18:27:03 +0000 Subject: Removed ununsed prototype. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@299 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- src/ioFlexGH.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h index 55637eb..a92ea7e 100644 --- a/src/ioFlexGH.h +++ b/src/ioFlexGH.h @@ -161,7 +161,6 @@ int IOFlexIO_OutputVarAs (const cGH *GH, const char *var, const char *alias); int IOFlexIO_DataType (int cctk_type); int IOFlexIO_Write2D (const cGH *GH, int vindex, const char *alias); int IOFlexIO_Write (const cGH *GH, int vindex, const char *alias); -void IOFlexIO_DumpGH (const cGH *GH, int called_from); int IOFlexIO_DumpVar (const cGH *GH, const ioRequest *request, IOFile file); void IOFlexIOi_DumpParameters (const cGH *GH, int all, IOFile file); void IOFlexIOi_DumpGHExtensions (const cGH *GH, IOFile file); -- cgit v1.2.3