From 0a4dd1a85297c74a7a5998d439673f992cef1ec7 Mon Sep 17 00:00:00 2001 From: Moritz Luedecke Date: Sun, 20 Aug 2017 15:27:11 +0200 Subject: [PATCH] Remove a delete note --- pinentry-dmenu.c | 1 - 1 file changed, 1 deletion(-) 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;