summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-14 13:49:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-14 13:49:26 (GMT)
commit20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f (patch)
tree97b4e48204a1faae4e0cb4bf15f2f440afc53f84 /src
parent216b5de60e5592e003eb5ba062b3c41ce8f5f341 (diff)
downloadpowder-20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f.zip
powder-20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f.tar.gz
Remove some unnecessary files.
Diffstat (limited to 'src')
-rw-r--r--src/Global.cpp6
-rw-r--r--src/Global.h14
-rw-r--r--src/game/SaveLoadException.h26
-rw-r--r--src/interface/Spinner0
4 files changed, 0 insertions, 46 deletions
diff --git a/src/Global.cpp b/src/Global.cpp
deleted file mode 100644
index c1e0559..0000000
--- a/src/Global.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-/*#include "Global.h"
-
-Global::Global(){
-
-}
-*/
diff --git a/src/Global.h b/src/Global.h
deleted file mode 100644
index ceff38e..0000000
--- a/src/Global.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef GAMESESSION_H
-#define GAMESESSION_H
-
-#include "Singleton.h"
-#include "Graphics.h"
-
-/*class Global : public Singleton<Global>
-{
-public:
- Graphics * g;
- Global();
-};*/
-
-#endif // GAMESESSION_H
diff --git a/src/game/SaveLoadException.h b/src/game/SaveLoadException.h
deleted file mode 100644
index fea2ad5..0000000
--- a/src/game/SaveLoadException.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * SaveLoadException.h
- *
- * Created on: Mar 29, 2012
- * Author: Simon
- */
-
-#ifndef SAVELOADEXCEPTION_H_
-#define SAVELOADEXCEPTION_H_
-
-#include <string>
-#include <exception>
-using namespace std;
-
-struct SaveLoadException: public exception {
- string message;
-public:
- SaveLoadException(string message_): message(message_) {}
- const char * what() const throw()
- {
- return message.c_str();
- }
- ~SaveLoadException() throw() {};
-};
-
-#endif /* SAVELOADEXCEPTION_H_ */
diff --git a/src/interface/Spinner b/src/interface/Spinner
deleted file mode 100644
index e69de29..0000000
--- a/src/interface/Spinner
+++ /dev/null