mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibJS+LibUnicode: Remove unused FormatNumericToString AO
This commit is contained in:
parent
b019633558
commit
8cec9e7557
Notes:
github-actions[bot]
2025-07-08 15:20:36 +00:00
Author: https://github.com/trflynn89
Commit: 8cec9e7557
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5354
4 changed files with 0 additions and 23 deletions
|
@ -156,7 +156,6 @@ public:
|
|||
using Value = Variant<double, String>;
|
||||
|
||||
virtual String format(Value const&) const = 0;
|
||||
virtual String format_to_decimal(Value const&) const = 0;
|
||||
virtual Vector<Partition> format_to_parts(Value const&) const = 0;
|
||||
|
||||
virtual String format_range(Value const&, Value const&) const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue