From 1d8f19432db6bef6a867334667982f804fe5317d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 8 Mar 2016 08:45:30 +0100 Subject: [PATCH] i9e: Remove stale comment for i9e_signal_dispatch(). The function also cares about SIGWINCH. --- interactive.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/interactive.c b/interactive.c index 36211439..cab8d903 100644 --- a/interactive.c +++ b/interactive.c @@ -560,8 +560,6 @@ void ie9_print_status_bar(char *buf, unsigned len) * Tell i9e that the caller received a signal. * * \param sig_num The number of the signal received. - * - * Currently the function only cares about \p SIGINT, but this may change. */ void i9e_signal_dispatch(int sig_num) { -- 2.39.2