mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 06:17:00 +00:00
100l, remove forgotten debugging code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30762 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e92eaa0fd8
commit
5f32754c14
@ -462,7 +462,6 @@ static void uninitGl(void) {
|
||||
static int isSoftwareGl(void)
|
||||
{
|
||||
const char *renderer = GetString(GL_RENDERER);
|
||||
renderer = "Software Rasterizer";
|
||||
return strcmp(renderer, "Software Rasterizer") == 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user