From 1044969d95f81efbb7805851bac300fc12864ba2 Mon Sep 17 00:00:00 2001 From: oga Date: Sat, 22 Mar 2008 15:09:45 +0000 Subject: Rip out, burn, and dance around the grave of group-edit mode. I've yet to speak to anyone who uses it, so just kill it. You can still add/remove from groups using the mouse binding. Groups may get a re-work sometime soon if i have a stroke of genius. knocks about 4k off the i386 binary for me. ok okan@, todd@. --- client.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index adbd3ab..f4073ab 100644 --- a/client.c +++ b/client.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.12 2008/03/19 00:18:28 oga Exp $ + * $Id: client.c,v 1.13 2008/03/22 15:09:45 oga Exp $ */ #include "headers.h" @@ -191,10 +191,7 @@ client_new(Window win, struct screen_ctx *sc, int mapped) client_update(cc); if (mapped) { - if (Conf.flags & CONF_STICKY_GROUPS) - group_sticky(cc); - else - group_autogroup(cc); + group_autogroup(cc); } return (cc); -- cgit v1.2.3-2-gb3c3