nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 431cec477d5d99910fd84509c04a887858db89b0
parent 8a9f71639fb5afb6af5bad3baf01dfe3dcc68abb
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Thu, 14 Jan 2016 13:52:39 +0000

Deleting two duplicate declarations.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5560 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 1+
Msrc/proto.h | 2--
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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 <bensberg@justemail.net> * src/files.c (save_poshistory): Reduce the indentation. diff --git 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);