mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Remove GLMipmap_t.nextmipmap
This commit is contained in:
parent
5501d495c7
commit
8318935811
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue