From 1e15760a3e59cff09f9ccc0780bca544a90a1b6b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 Jul 2017 21:41:21 +0200 Subject: nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h). --- nxcomp/src/Loop.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'nxcomp') diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 907ad04df..6adb2453e 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -334,11 +334,9 @@ Keeper *keeper = NULL; int (*handler)(int) = NULL; // -// Signal handling functions. +// Signal handling functions (that are not already mentioned in Misc.h). // -void DisableSignals(); -void EnableSignals(); void InstallSignals(); static void RestoreSignals(); @@ -364,12 +362,9 @@ void RegisterChild(int child); static int CheckAbort(); // -// Timer handling utilities. +// Timer handling utilities (that are not already mentioned in Misc.h). // -void SetTimer(int timeout); -void ResetTimer(); - static void HandleTimer(int signal); // -- cgit v1.2.3