From 0dec1e3a91ffeaa82989c452089488c4e53130ef Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 9 Jun 2017 15:30:13 +0100 Subject: Remove unused only_buffer mode for DisplayLine::trim --- src/display_buffer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display_buffer.hh') diff --git a/src/display_buffer.hh b/src/display_buffer.hh index ac6d4e82..e3c58516 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -128,7 +128,7 @@ public: // remove first_col from the begining of the line, and make sure // the line is less that col_count character - void trim(ColumnCount first_col, ColumnCount col_count, bool only_buffer); + void trim(ColumnCount first_col, ColumnCount col_count); // Merge together consecutive atoms sharing the same display attributes void optimize(); -- cgit v1.2.3