summaryrefslogtreecommitdiff
path: root/app/cwm/group.c
diff options
context:
space:
mode:
authorSimon Bertrang <simon@cvs.openbsd.org>2008-03-23 15:09:22 +0000
committerSimon Bertrang <simon@cvs.openbsd.org>2008-03-23 15:09:22 +0000
commitd2a4422fbc8b149613fb5ec67ecc4faacafdae8f (patch)
treecaaed8392cbfda508ac4e4efe4a66374833c8ac7 /app/cwm/group.c
parent0f9e6db73fe4522b0314d9cc3ee39591cc0e7cb9 (diff)
Replace the symlink configuration scheme with a simple yacc parser as
found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@
Diffstat (limited to 'app/cwm/group.c')
-rw-r--r--app/cwm/group.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/cwm/group.c b/app/cwm/group.c
index 26363eddf..b8921e002 100644
--- a/app/cwm/group.c
+++ b/app/cwm/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: group.c,v 1.7 2008/03/22 21:34:07 okan Exp $
+ * $Id: group.c,v 1.8 2008/03/23 15:09:21 simon Exp $
*/
#include "headers.h"
@@ -31,12 +31,6 @@ char Group_name[256];
int Grouphideall = 0;
struct group_ctx_q Groupq;
-static char *shortcut_to_name[] = {
- "XXX", "one", "two", "three",
- "four", "five", "six", "seven",
- "eight", "nine",
-};
-
static void
_group_add(struct group_ctx *gc, struct client_ctx *cc)
{