From 5defa14fed704cabe2074f4bdbb6d389d6dee7cf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 22 Jun 2009 15:32:01 +0200 Subject: some post-merge cleanup --- action.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'action.h') diff --git a/action.h b/action.h index 6155ee36..a29936e5 100644 --- a/action.h +++ b/action.h @@ -56,8 +56,6 @@ struct action_s { int iSecsExecOnceInterval; /* if non-zero, minimum seconds to wait until action is executed again */ action_state_t eState; /* current state of action */ int bHadAutoCommit; /* did an auto-commit happen during doAction()? */ - //short bEnabled; /* is the related action enabled (1) or disabled (0)? */ - //short bSuspended; /* is the related action temporarily suspended? */ time_t ttResumeRtry; /* when is it time to retry the resume? */ int iResumeInterval;/* resume interval for this action */ int iResumeRetryCount;/* how often shall we retry a suspended action? (-1 --> eternal) */ -- cgit