diff options
Diffstat (limited to 'plugins/immark')
-rw-r--r-- | plugins/immark/immark.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/immark/immark.c b/plugins/immark/immark.c index 7454ef92..30118de0 100644 --- a/plugins/immark/immark.c +++ b/plugins/immark/immark.c @@ -50,9 +50,6 @@ MODULE_TYPE_INPUT DEF_IMOD_STATIC_DATA static int iMarkMessagePeriod = DEFAULT_MARK_PERIOD; -typedef struct _instanceData { -} instanceData; - /* This function is called to gather input. It must terminate only * a) on failure (iRet set accordingly) * b) on termination of the input module (as part of the unload process) @@ -97,16 +94,6 @@ CODESTARTafterRun ENDafterRun -BEGINfreeInstance -CODESTARTfreeInstance -ENDfreeInstance - - -BEGINdbgPrintInstInfo -CODESTARTdbgPrintInstInfo -ENDdbgPrintInstInfo - - BEGINmodExit CODESTARTmodExit ENDmodExit |