aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nxcomp/src/Loop.cpp9
1 files changed, 2 insertions, 7 deletions
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);
//