From 8318935811aab1bfbf28cc072f302000417e6680 Mon Sep 17 00:00:00 2001
From: Jaime Ita Passos <jp6781615@gmail.com>
Date: Wed, 27 Jan 2021 21:23:20 -0300
Subject: [PATCH] Remove GLMipmap_t.nextmipmap

---
 src/hardware/hw_data.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/hardware/hw_data.h b/src/hardware/hw_data.h
index ce65276665..7e56a14d0f 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;
 
-- 
GitLab