summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pinentry-dmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pinentry-dmenu.c b/pinentry-dmenu.c
index ba6172e..57db1c7 100644
--- a/pinentry-dmenu.c
+++ b/pinentry-dmenu.c
@@ -74,7 +74,6 @@ drawitem(const char* text, Bool sel, int x, int y, int w) {
return drw_text(drw, x, y, w, bh, lrpad / 2, text, 0);
}
-// XXX: Delete this function
static void
grabfocus(void) {
Window focuswin;