--- rxvt-unicode/src/rxvtutil.C 2014/10/28 09:05:33 1.21 +++ rxvt-unicode/src/rxvtutil.C 2014/11/12 12:12:02 1.22 @@ -49,19 +49,6 @@ free (p); } -void * -operator new (size_t s) throw (std::bad_alloc) -{ - // TODO: use rxvt_malloc - return malloc (s); -} - -void -operator delete (void *p) throw () -{ - free (p); -} - static void *temp_buf; static uint32_t temp_len;