aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-11-24 18:27:03 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-11-24 18:27:03 +0000
commit3c47388339f53268fb54753bae549220338319fc (patch)
tree5b831b9ce8d829fc49e60a5ce153ec17cead9ed2
parent0e479d4f430134f9e6c50cfada6492fad09fc360 (diff)
Removed ununsed prototype.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@299 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-rw-r--r--src/ioFlexGH.h1
1 files changed, 0 insertions, 1 deletions
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);