gs-texture: Remove unused function

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2017-12-14 01:39:43 +01:00
parent 578c963a02
commit 9d4314141a
1 changed files with 0 additions and 2 deletions

View File

@ -142,7 +142,5 @@ namespace GS {
protected:
gs_texture_t* m_texture;
void DestroyTexture();
};
}