Remove GLMipmap_t.nextmipmap

This commit is contained in:
Jaime Ita Passos 2021-01-27 21:23:20 -03:00
parent 5501d495c7
commit 8318935811
1 changed files with 0 additions and 2 deletions

View File

@ -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;