Remove unneeded/unused TREE_ISEMPTY() (which also happens to clash

with the TREE_ISEMPTY() in menutree.h, which gcc 3.1 correctly warns
about).
This commit is contained in:
thorpej 2001-12-31 20:00:40 +00:00
parent c31bd4704c
commit bf0e32f7fc
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: formtree.h,v 1.4 2001/03/07 10:10:20 garbled Exp $ */
/* $NetBSD: formtree.h,v 1.5 2001/12/31 20:00:40 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -86,7 +86,6 @@ extern struct cqForm *cqFormHeadp;
#define EDIT (RESET+1)
#define COMMAND (EDIT+1)
#define FASTBAIL (COMMAND+1)
#define TREE_ISEMPTY(cqf) (CIRCLEQ_FIRST(cqf) == (void *)cqf)
int handle_preform __P((char *, char *));
int handle_form __P((char *, char *, char **));