diff --git a/src/hardware/hw_data.h b/src/hardware/hw_data.h
index ce652766653f966e3a9a336342ad332aabda044b..7e56a14d0f71b9d575046ccb9877487169c3877d 100644
--- a/src/hardware/hw_data.h
+++ b/src/hardware/hw_data.h
@@ -64,8 +64,6 @@ struct GLMipmap_s
 
 	struct GLMipmap_s    *nextcolormap;
 	struct GLColormap_s  *colormap;
-
-	struct GLMipmap_s    *nextmipmap; // Linked list of all textures
 };
 typedef struct GLMipmap_s GLMipmap_t;