summaryrefslogtreecommitdiff
path: root/src/dialogues
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/dialogues
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/dialogues')
-rw-r--r--src/dialogues/ConfirmPrompt.cpp7
-rw-r--r--src/dialogues/ConfirmPrompt.h7
-rw-r--r--src/dialogues/ErrorMessage.cpp7
-rw-r--r--src/dialogues/ErrorMessage.h7
-rw-r--r--src/dialogues/InformationMessage.cpp7
-rw-r--r--src/dialogues/InformationMessage.h7
-rw-r--r--src/dialogues/TextPrompt.cpp7
-rw-r--r--src/dialogues/TextPrompt.h7
8 files changed, 0 insertions, 56 deletions
diff --git a/src/dialogues/ConfirmPrompt.cpp b/src/dialogues/ConfirmPrompt.cpp
index 1aa75e2..0a89efa 100644
--- a/src/dialogues/ConfirmPrompt.cpp
+++ b/src/dialogues/ConfirmPrompt.cpp
@@ -1,10 +1,3 @@
-/*
- * ConfirmPrompt.cpp
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#include "ConfirmPrompt.h"
#include "Style.h"
#include "interface/Label.h"
diff --git a/src/dialogues/ConfirmPrompt.h b/src/dialogues/ConfirmPrompt.h
index b866338..9e38a48 100644
--- a/src/dialogues/ConfirmPrompt.h
+++ b/src/dialogues/ConfirmPrompt.h
@@ -1,10 +1,3 @@
-/*
- * ConfirmPrompt.h
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#ifndef CONFIRMPROMPT_H_
#define CONFIRMPROMPT_H_
diff --git a/src/dialogues/ErrorMessage.cpp b/src/dialogues/ErrorMessage.cpp
index ef86152..876bc10 100644
--- a/src/dialogues/ErrorMessage.cpp
+++ b/src/dialogues/ErrorMessage.cpp
@@ -1,10 +1,3 @@
-/*
- * ErrorMessage.cpp
- *
- * Created on: Jan 29, 2012
- * Author: Simon
- */
-
#include "Style.h"
#include "ErrorMessage.h"
#include "interface/Button.h"
diff --git a/src/dialogues/ErrorMessage.h b/src/dialogues/ErrorMessage.h
index 769127e..34cdb0c 100644
--- a/src/dialogues/ErrorMessage.h
+++ b/src/dialogues/ErrorMessage.h
@@ -1,10 +1,3 @@
-/*
- * ErrorMessage.h
- *
- * Created on: Jan 29, 2012
- * Author: Simon
- */
-
#ifndef ERRORMESSAGE_H_
#define ERRORMESSAGE_H_
diff --git a/src/dialogues/InformationMessage.cpp b/src/dialogues/InformationMessage.cpp
index b015b06..7f861c3 100644
--- a/src/dialogues/InformationMessage.cpp
+++ b/src/dialogues/InformationMessage.cpp
@@ -1,10 +1,3 @@
-/*
- * InformationMessage.cpp
- *
- * Created on: Jan 29, 2012
- * Author: Simon
- */
-
#include "Style.h"
#include "InformationMessage.h"
#include "interface/Button.h"
diff --git a/src/dialogues/InformationMessage.h b/src/dialogues/InformationMessage.h
index 6f03154..8032311 100644
--- a/src/dialogues/InformationMessage.h
+++ b/src/dialogues/InformationMessage.h
@@ -1,10 +1,3 @@
-/*
- * InformationMessage.h
- *
- * Created on: Jan 29, 2012
- * Author: Simon
- */
-
#ifndef INFORMATIONMESSAGE_H_
#define INFORMATIONMESSAGE_H_
diff --git a/src/dialogues/TextPrompt.cpp b/src/dialogues/TextPrompt.cpp
index dbaefd2..cd06a8c 100644
--- a/src/dialogues/TextPrompt.cpp
+++ b/src/dialogues/TextPrompt.cpp
@@ -1,10 +1,3 @@
-/*
- * ConfirmPrompt.cpp
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#include <iostream>
#include "TextPrompt.h"
#include "interface/Label.h"
diff --git a/src/dialogues/TextPrompt.h b/src/dialogues/TextPrompt.h
index 1c4a672..5478cb5 100644
--- a/src/dialogues/TextPrompt.h
+++ b/src/dialogues/TextPrompt.h
@@ -1,10 +1,3 @@
-/*
- * ConfirmPrompt.h
- *
- * Created on: Apr 6, 2012
- * Author: Simon
- */
-
#ifndef TEXTPROMPT_H_
#define TEXTPROMPT_H_