1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

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 16:07:00 +01:00
committed by Carlos R. Mafra
parent def69435b1
commit fb9765c0f8
2 changed files with 0 additions and 7 deletions

View File

@@ -714,11 +714,6 @@ static void changeTypeCallback(WMWidget * w, void *data)
* Public functions
*--------------------------------------------------------------------------
*/
void DestroyTexturePanel(TexturePanel * panel)
{
}
void ShowTexturePanel(TexturePanel * panel)
{
Display *dpy = WMScreenDisplay(WMWidgetScreen(panel->win));

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);