Skip to content

Commit ace3bb4

Browse files
committed
Remove needless overwritten LineEdit method
1 parent 5588f20 commit ace3bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lineeditalt.jl

-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ function LE.match_input(k::Dict{Char}, s::Union{Nothing,LE.MIState}, term::Union
160160
return LE.match_input(get(k, key, nothing), s, term, cs, keymap)
161161
end
162162

163-
LE.prompt_string(t::REPL.TextInterface) = "$(typeof(t))"
164-
165163
"""
166164
Get the key binding function `key` from `keymap`
167165
"""

0 commit comments

Comments
 (0)