summaryrefslogtreecommitdiffstats
path: root/gui/resources.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/resources.hpp')
-rw-r--r--gui/resources.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gui/resources.hpp b/gui/resources.hpp
index f359c55dd..1a86d544d 100644
--- a/gui/resources.hpp
+++ b/gui/resources.hpp
@@ -23,14 +23,6 @@ protected:
static int ExtractResource(ZipArchive* pZip, std::string folderName, std::string fileName, std::string fileExtn, std::string destFile);
};
-typedef enum {
- TOUCH_START = 0,
- TOUCH_DRAG = 1,
- TOUCH_RELEASE = 2,
- TOUCH_HOLD = 3,
- TOUCH_REPEAT = 4
-} TOUCH_STATE;
-
class FontResource : public Resource
{
public: