From 6a83bb75085350790878ce58faa720edc655190a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 27 May 2019 09:33:36 +0200 Subject: [PATCH] tweaks: delete a leftover --- src/files.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/files.c b/src/files.c index aaf0ed86..c25a76f5 100644 --- a/src/files.c +++ b/src/files.c @@ -901,10 +901,6 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable) #endif } -/* An empty handler for a keyboard interrupt (SIGINT). */ -RETSIGTYPE noop(int signal) -{} - /* Open the file with the given name. If the file does not exist, display * "New File" if newfie is TRUE, and say "File not found" otherwise. * Return -2 if we say "New File", -1 if the file isn't opened, and the