mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
Drop unnecessary Ftoa and FtoaWithDigits function (#1751)
Fixes: #1749 Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
@@ -567,8 +567,6 @@ func importHumanize() *lua.LTable {
|
||||
|
||||
L.SetField(pkg, "Bytes", luar.New(L, humanize.Bytes))
|
||||
L.SetField(pkg, "Ordinal", luar.New(L, humanize.Ordinal))
|
||||
L.SetField(pkg, "Ftoa", luar.New(L, humanize.Ftoa))
|
||||
L.SetField(pkg, "FtoaWithDigits", luar.New(L, humanize.FtoaWithDigits))
|
||||
|
||||
return pkg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user