diff --git a/Userland/Libraries/LibGL/SoftwareGLContext.h b/Userland/Libraries/LibGL/SoftwareGLContext.h index d535f0dc34..7f153c617c 100644 --- a/Userland/Libraries/LibGL/SoftwareGLContext.h +++ b/Userland/Libraries/LibGL/SoftwareGLContext.h @@ -143,7 +143,6 @@ private: void sync_device_sampler_config(); void sync_device_texcoord_config(); -private: template T* store_in_listing(T value) {