Fix #1824 - Hardware stats sends duplicate data

This commit is contained in:
Flakebi 2015-01-18 14:40:29 +01:00
parent 33feb60d7a
commit 2aef246897

View File

@ -313,9 +313,6 @@ void reportHardwareStats()
std::string vendor, renderer, full_version;
irr_driver->getOpenGLData(&vendor, &renderer, &full_version);
json.add("GL_VENDOR", vendor );
json.add("GL_RENDERER", renderer );
json.add("GL_VERSION", full_version );
json.add("gfx_drv_ver", "OpenGL "+vendor);
std::string card_name = vendor;