test: remove unused field ext_float (#22243)

This commit is contained in:
zeertzjq
2023-02-14 18:26:22 +08:00
committed by GitHub
parent 46a87a5d2b
commit 3a6a7add57

View File

@@ -214,7 +214,7 @@ function Screen:attach(options, session)
-- simplify test code by doing the same. -- simplify test code by doing the same.
self._options.rgb = true self._options.rgb = true
end end
if self._options.ext_multigrid or self._options.ext_float then if self._options.ext_multigrid then
self._options.ext_linegrid = true self._options.ext_linegrid = true
end end
end end