mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20568 Cleanup: drop declaration for no longer existing factory.
This commit is contained in:
parent
5a35a31e9a
commit
4bcefe1c4b
1 changed files with 0 additions and 6 deletions
|
@ -188,12 +188,6 @@ class MixedUnitLongNameHandler : public MicroPropsGenerator, public ModifierStor
|
|||
// the private constructors.
|
||||
friend class MemoryPool<MixedUnitLongNameHandler>;
|
||||
|
||||
// Fills in LongNameHandler fields for formatting mixed units. Each unit in
|
||||
// a mixed unit must be a built-in unit.
|
||||
static void forMixedUnit(const Locale &loc, const MeasureUnit &unit, const UNumberUnitWidth &width,
|
||||
const PluralRules *rules, const MicroPropsGenerator *parent,
|
||||
MixedUnitLongNameHandler *fillIn, UErrorCode &status);
|
||||
|
||||
// For a mixed unit, returns a Modifier that takes only one parameter: the
|
||||
// smallest and final unit of the set. The bigger units' values and labels
|
||||
// get baked into this Modifier, together with the unit label of the final
|
||||
|
|
Loading…
Add table
Reference in a new issue