From 41d674d74a9c1010ce212e01bc73d849e81b3dce Mon Sep 17 00:00:00 2001 From: simon987 Date: Mon, 2 Apr 2018 10:06:44 -0400 Subject: [PATCH] Removed unused constant --- .../src/main/java/net/simon987/cubotplugin/CubotLidar.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotLidar.java b/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotLidar.java index 8ffea91..4ae8462 100644 --- a/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotLidar.java +++ b/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotLidar.java @@ -31,7 +31,6 @@ public class CubotLidar extends CpuHardware implements JSONSerialisable { private static final int LIDAR_GET_WORLD_POS = 4; private static final int LIDAR_GET_WORLD_SIZE = 5; - private static final int MEMORY_MAP_START = 0x0100; private static final int MEMORY_PATH_START = 0x0000; public CubotLidar(Cubot cubot) {