[ruby/reline] Remove an unnsed constant

https://github.com/ruby/reline/commit/44da8a6b9e
This commit is contained in:
aycabta 2021-09-02 16:15:01 +09:00 коммит произвёл git
Родитель 4852d87a81
Коммит 123fcc8c92
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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)