Remove a function prototype for `crc' and an associated comment which

were useless for at least seven years and eight months.
This commit is contained in:
Robert Drehmel 2003-03-09 02:28:04 +00:00
parent 39d561b5a5
commit 47469b9f5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112017
2 changed files with 0 additions and 6 deletions

View File

@ -533,9 +533,6 @@ extern int configSecurityExtreme(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
extern int configEtcTtys(dialogMenuItem *self);
/* crc.c */
extern int crc(int, unsigned long *, unsigned long *);
/* devices.c */
extern DMenu *deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogMenuItem *d),
int (*check)(dialogMenuItem *d));

View File

@ -533,9 +533,6 @@ extern int configSecurityExtreme(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
extern int configEtcTtys(dialogMenuItem *self);
/* crc.c */
extern int crc(int, unsigned long *, unsigned long *);
/* devices.c */
extern DMenu *deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogMenuItem *d),
int (*check)(dialogMenuItem *d));