From 86e59fa0f02df93191cf97d823c790c5aacb4d97 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 21 Oct 2013 08:41:20 +0200 Subject: cleanup: remove (no longer?) needed structure member --- runtime/modules.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/modules.h b/runtime/modules.h index 64644be2..23df22d6 100644 --- a/runtime/modules.h +++ b/runtime/modules.h @@ -122,10 +122,6 @@ struct modInfo_s { rsRetVal (*activateCnf)(void*Cnf); /* make provided config the running conf */ rsRetVal (*freeCnf)(void*Cnf); /* end v2 config system specific */ - /* below: create an instance of this module. Most importantly the module - * can allocate instance memory in this call. - */ - rsRetVal (*createInstance)(); union { struct {/* data for input modules */ /* TODO: remove? */rsRetVal (*willRun)(void); /* check if the current config will be able to run*/ -- cgit v1.2.3