shod

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cca3905b384ade861835deffe1276fbfb78b6444
parent fa565af5324ddd27fb351f7d29d3f7977661f9f4
Author: seninha <lucas@seninha.org>
Date:   Tue, 15 Feb 2022 08:53:32 -0300

remove unused variable

Diffstat:
Mshodc.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/shodc.c b/shodc.c @@ -488,7 +488,6 @@ longlist(Window win) char *name; XWMHints *wmhints = NULL; Window *list = NULL; - Window transfor = 0x0; Window dw; XID container, tab; @@ -500,7 +499,6 @@ longlist(Window win) } if (getwinprop(win, XA_WM_TRANSIENT_FOR, &list) > 0) { if (*list != None) { - transfor = *list; state[LIST_DIALOG] = 'd'; } XFree(list);