summaryrefslogtreecommitdiffstats
path: root/kcron/cttask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/cttask.h')
-rw-r--r--kcron/cttask.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kcron/cttask.h b/kcron/cttask.h
index 3665c61..061df57 100644
--- a/kcron/cttask.h
+++ b/kcron/cttask.h
@@ -90,7 +90,6 @@ public:
string command;
string comment;
bool enabled;
- bool silent;
private:
bool syscron;
@@ -98,7 +97,6 @@ private:
string initialCommand;
string initialComment;
bool initialEnabled;
- bool initialSilent;
};
#endif // CTTASK_H