This commit is contained in:
Jérôme Leclercq 2020-09-01 19:28:54 +02:00
parent c7b0d103e1
commit d7586aaef7
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ namespace Nz
private:
std::unique_ptr<GL::Loader> SelectLoader();
DynLib m_opengl32Lib;
std::shared_ptr<OpenGLDevice> m_device;
std::unique_ptr<GL::Loader> m_loader;
};