From 69eb3b08386b8cc15321466a67462e04edfb2de8 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Tue, 11 Jan 2022 01:36:11 +0100 Subject: [PATCH] LibGL: Remove duplicate `private:` from SoftwareGLContext.h --- Userland/Libraries/LibGL/SoftwareGLContext.h | 1 - 1 file changed, 1 deletion(-) 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) {