PDC_breakout() is now used only in pdckey.c.

This commit is contained in:
William McBrine
2006-07-22 22:49:27 +00:00
parent cf92c52b0b
commit b584792258

View File

@@ -15,7 +15,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: curspriv.h,v 1.98 2006/07/18 12:25:51 wmcbrine Exp $ */
/* $Id: curspriv.h,v 1.99 2006/07/22 22:49:27 wmcbrine Exp $ */
/* CURSPRIV.H
@@ -83,7 +83,6 @@ extern unsigned long pdc_key_modifiers;
*/
void PDC_beep(void);
bool PDC_breakout(void);
bool PDC_check_bios_key(void);
int PDC_copy_win(const WINDOW *, WINDOW *, int, int, int,
int, int, int, bool);