Remove a delete note

This commit is contained in:
Moritz Luedecke 2017-08-20 15:27:11 +02:00
parent daa292de8e
commit 0a4dd1a852

View file

@ -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;