diff options
Diffstat (limited to 'record')
-rw-r--r-- | record/record.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/record/record.c b/record/record.c index 649f4b268..242544f5d 100644 --- a/record/record.c +++ b/record/record.c @@ -42,7 +42,6 @@ and Jim Haggerty of Metheus. #include "set.h" #include "swaprep.h" #include "inputstr.h" -#include "registry.h" #include <stdio.h> #include <assert.h> @@ -2876,10 +2875,9 @@ RecordExtensionInit(void) #if 0 ExtensionEntry *extentry; - RTContext = CreateNewResourceType(RecordDeleteContext); + RTContext = CreateNewResourceType(RecordDeleteContext, "RecordContext"); if (!RTContext) return; - RegisterResourceName(RTContext, "RecordContext"); ppAllContexts = NULL; numContexts = numEnabledContexts = numEnabledRCAPs = 0; |