From 9d4314141aac59b97a15cb6a930eea500f991853 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 14 Dec 2017 01:39:43 +0100 Subject: [PATCH] gs-texture: Remove unused function --- source/gs-texture.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/gs-texture.h b/source/gs-texture.h index 8e93b781..d8d42082 100644 --- a/source/gs-texture.h +++ b/source/gs-texture.h @@ -142,7 +142,5 @@ namespace GS { protected: gs_texture_t* m_texture; - - void DestroyTexture(); }; }