(GL) Remove these conditionals - mipmap support should be

detected at runtime
This commit is contained in:
twinaphex 2016-05-09 04:38:20 +02:00
parent 3dfd8a0584
commit 9c1d1f3af8

View File

@ -3290,7 +3290,6 @@ static void gl_load_texture_data(
if (!gl_check_mipmap())
{
#if defined(HAVE_OPENGLES2) || defined(HAVE_PSGL) || defined(OSX_PPC)
/* Assume no mipmapping support. */
switch (filter_type)
{
@ -3303,7 +3302,6 @@ static void gl_load_texture_data(
default:
break;
}
#endif
}
switch (filter_type)