summaryrefslogtreecommitdiff
path: root/src/tasks
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
committer jacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
commit037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch)
treed80246d31a26aee7735a566bccc8ce9e8e4e305d /src/tasks
parentad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff)
downloadpowder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.zip
powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.tar.gz
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
Diffstat (limited to 'src/tasks')
-rw-r--r--src/tasks/Task.cpp7
-rw-r--r--src/tasks/Task.h7
-rw-r--r--src/tasks/TaskListener.h7
-rw-r--r--src/tasks/TaskWindow.cpp7
-rw-r--r--src/tasks/TaskWindow.h7
5 files changed, 0 insertions, 35 deletions
diff --git a/src/tasks/Task.cpp b/src/tasks/Task.cpp
index d29fe04..133d764 100644
--- a/src/tasks/Task.cpp
+++ b/src/tasks/Task.cpp
@@ -1,10 +1,3 @@
-/*
- * Task.cpp
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#include "Task.h"
#include "TaskListener.h"
diff --git a/src/tasks/Task.h b/src/tasks/Task.h
index f66129f..a7bf1c7 100644
--- a/src/tasks/Task.h
+++ b/src/tasks/Task.h
@@ -1,10 +1,3 @@
-/*
- * Task.h
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#ifndef TASK_H_
#define TASK_H_
diff --git a/src/tasks/TaskListener.h b/src/tasks/TaskListener.h
index 7405c03..13df07c 100644
--- a/src/tasks/TaskListener.h
+++ b/src/tasks/TaskListener.h
@@ -1,10 +1,3 @@
-/*
- * TaskListener.h
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#ifndef TASKLISTENER_H_
#define TASKLISTENER_H_
diff --git a/src/tasks/TaskWindow.cpp b/src/tasks/TaskWindow.cpp
index b3055d1..69a7751 100644
--- a/src/tasks/TaskWindow.cpp
+++ b/src/tasks/TaskWindow.cpp
@@ -1,10 +1,3 @@
-/*
- * TaskWindow.cpp
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#include <sstream>
#include "interface/Label.h"
#include "TaskWindow.h"
diff --git a/src/tasks/TaskWindow.h b/src/tasks/TaskWindow.h
index 820265c..4b5313f 100644
--- a/src/tasks/TaskWindow.h
+++ b/src/tasks/TaskWindow.h
@@ -1,10 +1,3 @@
-/*
- * TaskWindow.h
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#ifndef TASKWINDOW_H_
#define TASKWINDOW_H_