changeset 23239:6c691829a24d

* file-editor-tab.cc (handle_char_added): prevent warning on unused parameter
author Torsten <mttl@mailbox.org>
date Sun, 26 Feb 2017 20:29:19 +0100
parents 3de5efeffb86
children e3cb3b761aa7
files libgui/src/m-editor/file-editor-tab.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Sun Feb 26 07:48:45 2017 -0800
+++ b/libgui/src/m-editor/file-editor-tab.cc	Sun Feb 26 20:29:19 2017 +0100
@@ -2675,7 +2675,7 @@
 // The related signal is emitted after the signal for a moved cursor
 // such that _col and _line can not be used for current position.
 void
-file_editor_tab::handle_char_added (int character)
+file_editor_tab::handle_char_added (int)
 {
   if (_line_break)
   {