summaryrefslogtreecommitdiff
path: root/rts/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Task.h')
-rw-r--r--rts/Task.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/Task.h b/rts/Task.h
index 82071c58f2..5c7b049631 100644
--- a/rts/Task.h
+++ b/rts/Task.h
@@ -329,11 +329,3 @@ serialisableTaskId (Task *task
#include "EndPrivate.h"
#endif /* TASK_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: