summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 4956dd4a..6c5a2cba 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -138,8 +138,6 @@ struct modInfo_s {
rsRetVal (*doAction)(uchar**, unsigned, void*);
rsRetVal (*endTransaction)(void*);
rsRetVal (*parseSelectorAct)(uchar**, void**,omodStringRequest_t**);
- rsRetVal (*newScope)(void);
- rsRetVal (*restoreScope)(void);
rsRetVal (*newActInst)(uchar *modName, struct nvlst *lst, void **, omodStringRequest_t **);
} om;
struct { /* data for library modules */