From 288cfc029052866466762461b1a8dade187260eb Mon Sep 17 00:00:00 2001 From: ayin Date: Sun, 26 Aug 2007 16:25:59 +0000 Subject: [PATCH] Minor cleanup. --- src/rxvt.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index d228f859..4a2a4d0f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -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_ */ -- 2.34.1