From: Benno Schulenberg Date: Thu, 14 Jan 2016 13:52:39 +0000 (+0000) Subject: Deleting two duplicate declarations. X-Git-Tag: v2.5.2~75 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=431cec477d5d99910fd84509c04a887858db89b0;p=nano.git Deleting two duplicate declarations. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5560 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index d255ddad..136a6af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * src/winio.c (edit_redraw): Delete an 'if' that is always FALSE. * src/winio.c (edit_redraw): Elide an unneeded variable and adjust some wrappings and whitespace. + * src/proto.h: Delete two duplicate declarations. 2016-01-13 Benno Schulenberg * src/files.c (save_poshistory): Reduce the indentation. diff --git a/src/proto.h b/src/proto.h index 543bc823..d48f04f5 100644 --- a/src/proto.h +++ b/src/proto.h @@ -822,8 +822,6 @@ void do_credits(void); /* May as well throw these here, since they are just placeholders. */ void do_cancel(void); -void do_page_up(void); -void do_page_down(void); void case_sens_void(void); void regexp_void(void); void gototext_void(void);