From: Asperatus Date: Fri, 13 May 2022 17:54:03 +0000 (-0400) Subject: xdg-ninja: remove unused variables X-Git-Tag: v0.2.0.0~90 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/001d91454bc692504fae2e7b55303e3723387130?ds=inline;hp=001d91454bc692504fae2e7b55303e3723387130 xdg-ninja: remove unused variables Most variables were unused, and even more than that, it could cause collisions as the variable named "HELP" was defined in some functions, changing the value of the currently removed variable. ---