diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
| commit | 037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch) | |
| tree | d80246d31a26aee7735a566bccc8ce9e8e4e305d /src/preview/PreviewModel.h | |
| parent | ad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff) | |
| download | powder-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/PreviewModel.h')
| -rw-r--r-- | src/preview/PreviewModel.h | 9 |
1 files changed, 1 insertions, 8 deletions
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" |
