Delete empty method

This commit is contained in:
Chris Sarbora
2024-07-01 01:49:29 -05:00
parent 8d26df7b25
commit fb2dbe8c92
6 changed files with 2 additions and 24 deletions

View File

@@ -275,7 +275,6 @@ void opengl_SetDefaults() {
rend_SetTextureType(TT_FLAT);
rend_SetColorModel(CM_RGB);
rend_SetZBufferState(1);
rend_SetZValues(0, 3000);
rend_SetGammaValue(gpu_preferred_state.gamma);
OpenGL_last_bound[0] = 9999999;
OpenGL_last_bound[1] = 9999999;