summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-09 15:30:13 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-09 15:30:13 +0100
commit0dec1e3a91ffeaa82989c452089488c4e53130ef (patch)
tree2db893055cf99dc50149f5cf1e1087a0a91eb001 /src/display_buffer.hh
parent7b9d8d39b18fd7b3de8c5312cb986a656529ddfd (diff)
Remove unused only_buffer mode for DisplayLine::trim
Diffstat (limited to 'src/display_buffer.hh')
-rw-r--r--src/display_buffer.hh2
1 files changed, 1 insertions, 1 deletions
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();