summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/gravity.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/gravity.h b/includes/gravity.h
index 05e244c..986aefc 100644
--- a/includes/gravity.h
+++ b/includes/gravity.h
@@ -8,9 +8,6 @@ extern int gravwl_timeout;
extern int gravityMode;
extern float gravmap[YRES/CELL][XRES/CELL]; //Maps to be used by the main thread
-extern float gravx[YRES/CELL][XRES/CELL];
-extern float gravy[YRES/CELL][XRES/CELL];
-extern float gravp[YRES/CELL][XRES/CELL];
extern float *gravpf;
extern float *gravxf;
extern float *gravyf;