X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fpanel.priv.h;h=98d741ff6ef014be605012dd793a97467dd4a8dc;hp=0c426048fb49d619448e3c13ed0a65a773ece886;hb=40df80d8d3f96c991f55569bce475e71cc38be12;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/panel/panel.priv.h b/panel/panel.priv.h index 0c426048..98d741ff 100644 --- a/panel/panel.priv.h +++ b/panel/panel.priv.h @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ -/* $Id: panel.priv.h,v 1.20 2005/02/19 17:16:54 tom Exp $ */ +/* $Id: panel.priv.h,v 1.21 2005/11/26 15:27:00 tom Exp $ */ #ifndef NCURSES_PANEL_PRIV_H #define NCURSES_PANEL_PRIV_H 1 @@ -51,12 +51,6 @@ #include "panel.h" #include -#if ( CC_HAS_INLINE_FUNCS && !defined(TRACE) ) -# define INLINE inline -#else -# define INLINE -#endif - #if USE_RCS_IDS # define MODULE_ID(id) static const char Ident[] = id; #else