summaryrefslogtreecommitdiff
path: root/src/preview
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/preview
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/preview')
-rw-r--r--src/preview/Comment.h7
-rw-r--r--src/preview/PreviewController.h7
-rw-r--r--src/preview/PreviewModel.h9
-rw-r--r--src/preview/PreviewModelException.h7
-rw-r--r--src/preview/PreviewView.h7
5 files changed, 1 insertions, 36 deletions
diff --git a/src/preview/Comment.h b/src/preview/Comment.h
index bf4b8d4..4bf7acb 100644
--- a/src/preview/Comment.h
+++ b/src/preview/Comment.h
@@ -1,10 +1,3 @@
-/*
- * Comment.h
- *
- * Created on: Feb 11, 2012
- * Author: Simon
- */
-
#ifndef COMMENT_H_
#define COMMENT_H_
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h
index 2d8e35a..ab63ae4 100644
--- a/src/preview/PreviewController.h
+++ b/src/preview/PreviewController.h
@@ -1,10 +1,3 @@
-/*
- * PreviewController.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWCONTROLLER_H_
#define PREVIEWCONTROLLER_H_
diff --git a/src/preview/PreviewModel.h b/src/preview/PreviewModel.h
index 77cab37..2ee2c45 100644
--- a/src/preview/PreviewModel.h
+++ b/src/preview/PreviewModel.h
@@ -1,17 +1,10 @@
-/*
- * PreviewModel.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWMODEL_H_
#define PREVIEWMODEL_H_
#include <vector>
#include <iostream>
#include <pthread.h>
- #undef GetUserName //God dammit microsoft!
+#undef GetUserName //God dammit microsoft!
#include "PreviewView.h"
#include "client/SaveInfo.h"
#include "preview/Comment.h"
diff --git a/src/preview/PreviewModelException.h b/src/preview/PreviewModelException.h
index 261d203..85dce1d 100644
--- a/src/preview/PreviewModelException.h
+++ b/src/preview/PreviewModelException.h
@@ -1,10 +1,3 @@
-/*
- * PreviewModelException.h
- *
- * Created on: Apr 14, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWMODELEXCEPTION_H_
#define PREVIEWMODELEXCEPTION_H_
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index c5931af..10dba4d 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -1,10 +1,3 @@
-/*
- * PreviewView.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWVIEW_H_
#define PREVIEWVIEW_H_