From: ayin Date: Sun, 26 Aug 2007 16:25:59 +0000 (+0000) Subject: Minor cleanup. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=288cfc029052866466762461b1a8dade187260eb;p=dana%2Furxvt.git Minor cleanup. --- 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_ */