Remove screen_infomsg(), nothing uses it.
ok okan.
This commit is contained in:
8
group.c
8
group.c
@@ -182,9 +182,6 @@ void
|
||||
group_hidetoggle(int idx)
|
||||
{
|
||||
struct group_ctx *gc;
|
||||
#ifdef notyet
|
||||
char buf[128];
|
||||
#endif
|
||||
|
||||
if (idx < 0 || idx >= CALMWM_NGROUPS)
|
||||
err(1, "group_hidetoggle: index out of range (%d)", idx);
|
||||
@@ -200,11 +197,6 @@ group_hidetoggle(int idx)
|
||||
if (TAILQ_EMPTY(&gc->clients))
|
||||
Group_active = gc;
|
||||
}
|
||||
|
||||
#ifdef notyet
|
||||
snprintf(buf, sizeof(buf), "Group %d", idx + 1);
|
||||
screen_infomsg(buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
#define GROUP_NEXT(gc, fwd) (fwd) ? \
|
||||
|
||||
Reference in New Issue
Block a user