WPrefs: Removed unused function 'DestroyTexturePanel'

This function was never used and did nothing anyway, so it can be removed.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-01 15:27:11 -02:00
committed by Carlos R. Mafra
parent def69435b1
commit fb9765c0f8
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -29,8 +29,6 @@ typedef struct _TexturePanel TexturePanel;
TexturePanel *CreateTexturePanel(WMWindow *keyWindow);
void DestroyTexturePanel(TexturePanel *panel);
void ShowTexturePanel(TexturePanel *panel);
void HideTexturePanel(TexturePanel *panel);