Remove a delete note
This commit is contained in:
parent
daa292de8e
commit
0a4dd1a852
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
return drw_text(drw, x, y, w, bh, lrpad / 2, text, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX: Delete this function
|
|
||||||
static void
|
static void
|
||||||
grabfocus(void) {
|
grabfocus(void) {
|
||||||
Window focuswin;
|
Window focuswin;
|
||||||
|
|
Loading…
Reference in a new issue