Remove __P and P_ from .c and .m files and definition of P_
[bpt/emacs.git] / src / atimer.h
index e0f81a5..c2245d3 100644 (file)
@@ -20,13 +20,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.  */