LibGL: Remove duplicate private: from SoftwareGLContext.h

This commit is contained in:
Jelle Raaijmakers
2022-01-11 01:36:11 +01:00
committed by Linus Groh
parent a4a666152b
commit 69eb3b0838

View File

@@ -143,7 +143,6 @@ private:
void sync_device_sampler_config();
void sync_device_texcoord_config();
private:
template<typename T>
T* store_in_listing(T value)
{