summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 5c096f80..4df397c8 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -99,8 +99,6 @@
#define DEG2RAD (PI/180.0f)
#define RAD2DEG (180.0f/PI)
-#define MAX_TOUCH_POINTS 10 // Maximum number of touch points supported
-
// Allow custom memory allocators
#ifndef RL_MALLOC
#define RL_MALLOC(sz) malloc(sz)