From 74a460206c1d6b10271f0cbc193657fc2f494801 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Fri, 3 Jan 2025 19:24:28 +0100 Subject: [PATCH] Remove unused prototype The rest of the code was deleted in b39be46db028a825f321fa676ca8417fd9ab60d9 --- include/SFML/Window/GlResource.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SFML/Window/GlResource.hpp b/include/SFML/Window/GlResource.hpp index 557e3ee34..d62c642ca 100644 --- a/include/SFML/Window/GlResource.hpp +++ b/include/SFML/Window/GlResource.hpp @@ -34,8 +34,6 @@ namespace sf { -using ContextDestroyCallback = void (*)(void*); - //////////////////////////////////////////////////////////// /// \brief Base class for classes that require an OpenGL context ///