From 8b6ed26e8ce1cd0266deeb720d17d92b43e0ceff Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 2 Jan 2020 21:27:16 +1100 Subject: Few style changes on history exposition code --- src/buffer_utils.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/buffer_utils.hh') diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh index a7589864..e4081568 100644 --- a/src/buffer_utils.hh +++ b/src/buffer_utils.hh @@ -85,7 +85,6 @@ void reload_file_buffer(Buffer& buffer); void write_to_debug_buffer(StringView str); InplaceString<23> to_string(Buffer::HistoryId id); -String format_modification(const Buffer::Modification& modification, Quoting quoting); String history_as_string(const Vector& history, Quoting quoting); String undo_group_as_string(const Buffer::UndoGroup& undo_group, Quoting quoting); -- cgit v1.2.3