diff --git a/term.h b/term.h index 06b6926e..826ba6af 100644 --- a/term.h +++ b/term.h @@ -16,15 +16,13 @@ * See the file maintain.er for details of the current maintainer. **************************************************************************/ -/* $Id: term.h,v 1.6 2006/02/10 17:41:34 wmcbrine Exp $ */ +/* $Id: term.h,v 1.7 2006/02/10 19:28:50 wmcbrine Exp $ */ /* PDCurses doesn't operate with terminfo, but we need these functions for compatibility, to allow some things (notably, interface libraries for other languages) to be compiled. Anyone who tries to actually _use_ them will be disappointed, since they only return ERR. */ -#warning Terminfo/termcap functions don't really work in PDCurses. - #include #if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)