mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +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:
committed by
Carlos R. Mafra
parent
def69435b1
commit
fb9765c0f8
@@ -714,11 +714,6 @@ static void changeTypeCallback(WMWidget * w, void *data)
|
|||||||
* Public functions
|
* Public functions
|
||||||
*--------------------------------------------------------------------------
|
*--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
void DestroyTexturePanel(TexturePanel * panel)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void ShowTexturePanel(TexturePanel * panel)
|
void ShowTexturePanel(TexturePanel * panel)
|
||||||
{
|
{
|
||||||
Display *dpy = WMScreenDisplay(WMWidgetScreen(panel->win));
|
Display *dpy = WMScreenDisplay(WMWidgetScreen(panel->win));
|
||||||
|
|||||||
@@ -29,8 +29,6 @@ typedef struct _TexturePanel TexturePanel;
|
|||||||
|
|
||||||
TexturePanel *CreateTexturePanel(WMWindow *keyWindow);
|
TexturePanel *CreateTexturePanel(WMWindow *keyWindow);
|
||||||
|
|
||||||
void DestroyTexturePanel(TexturePanel *panel);
|
|
||||||
|
|
||||||
void ShowTexturePanel(TexturePanel *panel);
|
void ShowTexturePanel(TexturePanel *panel);
|
||||||
|
|
||||||
void HideTexturePanel(TexturePanel *panel);
|
void HideTexturePanel(TexturePanel *panel);
|
||||||
|
|||||||
Reference in New Issue
Block a user