summaryrefslogtreecommitdiff
path: root/src/include/cctk_GHExtensions.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-16 15:14:10 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-16 15:14:10 +0000
commit6a29fbca79edae5900528801dd75b72bb7f187c7 (patch)
tree8c24064911942133344bb32c4a10e51ba1587f94 /src/include/cctk_GHExtensions.h
parent7681aa946b40e9983c4e14b8b1d324e20d7c3f77 (diff)
Removing rfrTraverse, replaced by CCTK_ScheduleTraverse
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1544 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_GHExtensions.h')
-rw-r--r--src/include/cctk_GHExtensions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/cctk_GHExtensions.h b/src/include/cctk_GHExtensions.h
index 853eb2eb..b0568006 100644
--- a/src/include/cctk_GHExtensions.h
+++ b/src/include/cctk_GHExtensions.h
@@ -24,9 +24,6 @@ int CCTK_RegisterGHExtensionSetupGH(int handle,
int CCTK_RegisterGHExtensionInitGH(int handle,
int (*func)(cGH *));
-int CCTK_RegisterGHExtensionrfrTraverseGH(int handle,
- int (*func)(cGH *, int));
-
int CCTK_RegisterGHExtensionScheduleTraverseGH(int handle,
int (*func)(cGH *, const char *));