=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/status.c,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- src/usr.bin/tmux/status.c 2014/04/02 17:08:23 1.112 +++ src/usr.bin/tmux/status.c 2014/04/17 07:36:45 1.113 @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.112 2014/04/02 17:08:23 nicm Exp $ */ +/* $OpenBSD: status.c,v 1.113 2014/04/17 07:36:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -638,8 +638,6 @@ if (wl->flags & WINLINK_BELL) style_apply_update(gc, oo, "window-status-bell-style"); - else if (wl->flags & WINLINK_CONTENT) - style_apply_update(gc, oo, "window-status-content-style"); else if (wl->flags & (WINLINK_ACTIVITY|WINLINK_SILENCE)) style_apply_update(gc, oo, "window-status-activity-style");