From: Andre Noll Date: Tue, 8 Mar 2016 07:45:30 +0000 (+0100) Subject: i9e: Remove stale comment for i9e_signal_dispatch(). X-Git-Tag: v0.5.6~50 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=1d8f19432db6bef6a867334667982f804fe5317d;p=paraslash.git i9e: Remove stale comment for i9e_signal_dispatch(). The function also cares about SIGWINCH. --- 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) {