Minor cleanup.
authorayin <ayin>
Sun, 26 Aug 2007 16:25:59 +0000 (16:25 +0000)
committerayin <ayin>
Sun, 26 Aug 2007 16:25:59 +0000 (16:25 +0000)
src/rxvt.h

index d228f85914a32fa6c39974e5c78bfbf470f5919e..4a2a4d0f6db5be00c44ca4c139952153f04ec272 100644 (file)
@@ -101,9 +101,6 @@ class out_of_input { };
  *****************************************************************************
  */
 // main.C
-RETSIGTYPE       rxvt_Child_signal                (int sig) NOTHROW;
-RETSIGTYPE       rxvt_Exit_signal                 (int sig) NOTHROW;
-void             rxvt_clean_exit                  () NOTHROW;
 void           * rxvt_malloc                      (size_t size);
 void           * rxvt_calloc                      (size_t number, size_t size);
 void           * rxvt_realloc                     (void *ptr, size_t size);
@@ -1519,16 +1516,5 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
   Pixmap get_pixmap_property (int prop_id);
 };
 
-/*
- *****************************************************************************
- * PROTOTYPES
- *****************************************************************************
- */
-#ifdef PROTOTYPES
-# define __PROTO(p)     p
-#else
-# define __PROTO(p)     ()
-#endif
-
 #endif                          /* _RXVT_H_ */