summaryrefslogtreecommitdiff
path: root/x11perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11perf.c')
-rw-r--r--x11perf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11perf.c b/x11perf.c
index 8799f34..8b2dd67 100644
--- a/x11perf.c
+++ b/x11perf.c
@@ -438,16 +438,6 @@ Open_Display(char *display_name)
return(d);
}
-
-/* defined by autoconf AC_TYPE_SIGNAL, need to define for Imake */
-#ifndef RETSIGTYPE
-# ifdef SIGNALRETURNSINT
-# define RETSIGTYPE int
-# else
-# define RETSIGTYPE void
-# endif
-#endif
-
static RETSIGTYPE
Cleanup(int sig)
{