diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:24:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:24:54 +0000 |
commit | 75cd4c71b508484bad47364ee0e599c18c1d75d0 (patch) | |
tree | 6afdec54e1151d48b79e5252f5bede297d598a86 /usr.bin/indent | |
parent | e57558895300e6c94ce4facb7304f95c45a0d2cd (diff) |
delete junk proto
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent_globs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 85beb337523..c04ae46faff 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: indent_globs.h,v 1.9 2003/06/12 01:07:27 deraadt Exp $*/ +/* * $OpenBSD: indent_globs.h,v 1.10 2003/06/25 21:24:53 deraadt Exp $*/ /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 @@ -206,7 +206,6 @@ struct fstate { char size; int allcaps:1; }; -char *chfont(); struct fstate keywordf, /* keyword font */ |