Remove line
This commit is contained in:
parent
c78ae11cdb
commit
e7456b3e69
@ -39,6 +39,7 @@ int getGPUVendorID()
|
||||
}
|
||||
|
||||
config->GPUVendorString = strdup((char *)glGetString(GL_VENDOR));
|
||||
|
||||
if (!config->GPUVendorString)
|
||||
{
|
||||
fprintf(stderr, "Error: Could not get renderer string\n");
|
||||
|
@ -250,8 +250,6 @@ void __attribute__((constructor)) hook_init()
|
||||
{
|
||||
getConfig()->GPUVendor = AMD_GPU;
|
||||
}
|
||||
|
||||
printf(" ################################## \n\n");
|
||||
}
|
||||
|
||||
DIR *opendir(const char *dirname)
|
||||
|
Loading…
x
Reference in New Issue
Block a user