1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

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)
{