[renderer] Remove more dead code

The back-buffer and video buffer locking code was pretty much never more
than stubs (except maybe in dos quake).
This commit is contained in:
Bill Currie 2022-03-07 08:44:53 +09:00
parent 04fd9baff5
commit 5eb397dd31
21 changed files with 2 additions and 175 deletions

View file

@ -105,7 +105,7 @@ typedef struct surf_s {
qboolean insubmodel;
float d_ziorigin, d_zistepu, d_zistepv;
int pad[2]; // to 64 bytes
int pad[2]; // to 64 bytes (FIXME not for 64-bit)
} surf_t;
extern surf_t *surfaces, *surface_p, *surf_max;