From fb9765c0f80dc1f2c086d846deb3847a95cf6be7 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Fri, 1 Nov 2013 16:07:00 +0100 Subject: [PATCH] WPrefs: Removed unused function 'DestroyTexturePanel' This function was never used and did nothing anyway, so it can be removed. Signed-off-by: Christophe CURIS --- WPrefs.app/TexturePanel.c | 5 ----- WPrefs.app/TexturePanel.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index 3101a165..9f2b86a5 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c @@ -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)); diff --git a/WPrefs.app/TexturePanel.h b/WPrefs.app/TexturePanel.h index 45f69563..05b8a48a 100644 --- a/WPrefs.app/TexturePanel.h +++ b/WPrefs.app/TexturePanel.h @@ -29,8 +29,6 @@ typedef struct _TexturePanel TexturePanel; TexturePanel *CreateTexturePanel(WMWindow *keyWindow); -void DestroyTexturePanel(TexturePanel *panel); - void ShowTexturePanel(TexturePanel *panel); void HideTexturePanel(TexturePanel *panel); -- 2.11.4.GIT