X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/383e09700c9b3d175c506301d363be4597827db7..0193499fe1b0666b73bdd4a4e628e0af065ea42f:/src/atimer.h diff --git a/src/atimer.h b/src/atimer.h index e0f81a51d9..c2245d30e6 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -20,13 +20,6 @@ along with GNU Emacs. If not, see . */ #ifndef EMACS_ATIMER_H #define EMACS_ATIMER_H -/* Declare the prototype for a general external function. */ -#if defined (PROTOTYPES) || defined (WINDOWSNT) -#define P_(proto) proto -#else -#define P_(proto) () -#endif - #include "systime.h" /* for EMACS_TIME */ /* Forward declaration. */