summaryrefslogtreecommitdiff
path: root/src/console
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/console
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/console')
-rw-r--r--src/console/ConsoleCommand.h7
-rw-r--r--src/console/ConsoleController.cpp7
-rw-r--r--src/console/ConsoleController.h7
-rw-r--r--src/console/ConsoleModel.cpp7
-rw-r--r--src/console/ConsoleModel.h7
-rw-r--r--src/console/ConsoleView.cpp7
-rw-r--r--src/console/ConsoleView.h7
7 files changed, 0 insertions, 49 deletions
diff --git a/src/console/ConsoleCommand.h b/src/console/ConsoleCommand.h
index a40a688..31e41b0 100644
--- a/src/console/ConsoleCommand.h
+++ b/src/console/ConsoleCommand.h
@@ -1,10 +1,3 @@
-/*
- * ConsoleCommand.h
- *
- * Created on: Feb 1, 2012
- * Author: Simon
- */
-
#ifndef CONSOLECOMMAND_H_
#define CONSOLECOMMAND_H_
diff --git a/src/console/ConsoleController.cpp b/src/console/ConsoleController.cpp
index 39e6e51..602636f 100644
--- a/src/console/ConsoleController.cpp
+++ b/src/console/ConsoleController.cpp
@@ -1,10 +1,3 @@
-/*
- * ConsoleController.cpp
- *
- * Created on: Jan 31, 2012
- * Author: Simon
- */
-
#include <stack>
#include "ConsoleController.h"
diff --git a/src/console/ConsoleController.h b/src/console/ConsoleController.h
index d5fc07a..cf8b36e 100644
--- a/src/console/ConsoleController.h
+++ b/src/console/ConsoleController.h
@@ -1,10 +1,3 @@
-/*
- * ConsoleController.h
- *
- * Created on: Jan 31, 2012
- * Author: Simon
- */
-
#ifndef CONSOLECONTROLLER_H_
#define CONSOLECONTROLLER_H_
diff --git a/src/console/ConsoleModel.cpp b/src/console/ConsoleModel.cpp
index df900a3..ceb6b32 100644
--- a/src/console/ConsoleModel.cpp
+++ b/src/console/ConsoleModel.cpp
@@ -1,10 +1,3 @@
-/*
- * ConsoleModel.cpp
- *
- * Created on: Feb 1, 2012
- * Author: Simon
- */
-
#include "client/Client.h"
#include "ConsoleModel.h"
diff --git a/src/console/ConsoleModel.h b/src/console/ConsoleModel.h
index b340ea8..312739a 100644
--- a/src/console/ConsoleModel.h
+++ b/src/console/ConsoleModel.h
@@ -1,10 +1,3 @@
-/*
- * ConsoleModel.h
- *
- * Created on: Feb 1, 2012
- * Author: Simon
- */
-
#ifndef CONSOLEMODEL_H_
#define CONSOLEMODEL_H_
diff --git a/src/console/ConsoleView.cpp b/src/console/ConsoleView.cpp
index 5390cbd..9a51366 100644
--- a/src/console/ConsoleView.cpp
+++ b/src/console/ConsoleView.cpp
@@ -1,10 +1,3 @@
-/*
- * ConsoleView.cpp
- *
- * Created on: Jan 31, 2012
- * Author: Simon
- */
-
#include "ConsoleView.h"
#include "interface/Keys.h"
diff --git a/src/console/ConsoleView.h b/src/console/ConsoleView.h
index f118293..de1c48e 100644
--- a/src/console/ConsoleView.h
+++ b/src/console/ConsoleView.h
@@ -1,10 +1,3 @@
-/*
- * ConsoleView.h
- *
- * Created on: Jan 31, 2012
- * Author: Simon
- */
-
#ifndef CONSOLEVIEW_H_
#define CONSOLEVIEW_H_