summaryrefslogtreecommitdiff
path: root/src/interface/ControlFactory.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-12 15:29:40 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-12 15:29:40 (GMT)
commitf1fc3811aa68f547688ac53c67ba1f5e1e92f161 (patch)
tree6d8eccda60af1df6c8d820820e8cabe643746b0e /src/interface/ControlFactory.h
parent760a721e0db37925c5d3b31760ae3ddb4fc1a657 (diff)
downloadpowder-f1fc3811aa68f547688ac53c67ba1f5e1e92f161.zip
powder-f1fc3811aa68f547688ac53c67ba1f5e1e92f161.tar.gz
Remove more unused files
Diffstat (limited to 'src/interface/ControlFactory.h')
-rw-r--r--src/interface/ControlFactory.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/interface/ControlFactory.h b/src/interface/ControlFactory.h
deleted file mode 100644
index 0f8ad61..0000000
--- a/src/interface/ControlFactory.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CONTROLFACTORY_H
-#define CONTROLFACTORY_H
-
-#include "Panel.h"
-#include "Engine.h"
-
-class ControlFactory
-{
-public:
- static ui::Panel * MainMenu(int x, int y, int width, int height);
-
-};
-
-#endif // CONTROLFACTORY_H