summaryrefslogtreecommitdiffstats
path: root/cfsysline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfsysline.h')
-rw-r--r--cfsysline.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfsysline.h b/cfsysline.h
index a7fad234..211210cc 100644
--- a/cfsysline.h
+++ b/cfsysline.h
@@ -46,10 +46,6 @@ struct cslCmdHdlr_s { /* config file sysline parse entry */
ecslCmdHdrlType eType; /* which type of handler is this? */
rsRetVal (*cslCmdHdlr)(); /* function pointer to use with handler (params depending on eType) */
void *pData; /* user-supplied data pointer */
- void *pOwnerCookie; /* a pointer to the owner of this handler. This is important if
- * the handler for a specifc owner needs to be removed. Most often, this
- * is an actual pointer to a module - may be anything, but must be unique.
- */
};
typedef struct cslCmdHdlr_s cslCmdHdlr_t;