summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
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();