diff options
author | aycabta <aycabta@gmail.com> | 2021-09-02 16:15:01 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2021-09-02 17:11:01 +0900 |
commit | 123fcc8c921c6f987383429246d31934cd823661 (patch) | |
tree | d21179359f6b1d49c6e469754392711781b3487b /lib/reline | |
parent | 4852d87a81ae8b7f239787bdc18560f89dd18cab (diff) | |
download | ruby-123fcc8c921c6f987383429246d31934cd823661.tar.gz |
[ruby/reline] Remove an unnsed constant
https://github.com/ruby/reline/commit/44da8a6b9e
Diffstat (limited to 'lib/reline')
-rw-r--r-- | lib/reline/line_editor.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index 2a1d4b4382..70b118373f 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -575,7 +575,6 @@ class Reline::LineEditor end DIALOG_HEIGHT = 20 - DIALOG_WIDTH = 40 private def render_dialog(cursor_column) @dialogs.each do |dialog| render_each_dialog(dialog, cursor_column) |