OpenGL: remove -noglsl option & GPU_extensions_disable

Also removed a leftover reference to the old basic-shader-glsl option.
This commit is contained in:
2017-05-18 16:21:49 -04:00
parent 5ed0944ce6
commit 414c1c0e77
3 changed files with 0 additions and 22 deletions

View File

@@ -70,7 +70,6 @@ static struct GPUGlobal {
GLint maxtextures;
GLint maxubosize;
GLint maxubobinds;
bool extdisabled;
int colordepth;
int samples_color_texture_max;
GPUDeviceType device;
@@ -92,11 +91,6 @@ bool GPU_type_matches(GPUDeviceType device, GPUOSType os, GPUDriverType driver)
/* GPU Extensions */
void GPU_extensions_disable(void)
{
GG.extdisabled = true;
}
int GPU_max_texture_size(void)
{
return GG.maxtexsize;