From: Benno Schulenberg Date: Wed, 2 Dec 2015 19:13:06 +0000 (+0000) Subject: Oh darn... doing too many things at once. X-Git-Tag: v2.5.0~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e76bbc8832b3d53466d7c031ccdd827e3a40140e;p=nano.git Oh darn... doing too many things at once. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5470 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/proto.h b/src/proto.h index 01d464e5..7b085dff 100644 --- a/src/proto.h +++ b/src/proto.h @@ -751,7 +751,6 @@ void new_magicline(void); void remove_magicline(void); void mark_order(const filestruct **top, size_t *top_x, const filestruct **bot, size_t *bot_x, bool *right_side_up); -void discard_until(undo *thisone); void add_undo(undo_type action); void update_undo(undo_type action); #endif