From: MyoungJune Park Date: Thu, 22 Jun 2017 05:58:22 +0000 (+0000) Subject: Revert "[Base-utils][Unumber] Added missing enums." X-Git-Tag: accepted/tizen/unified/20170629.085804^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F135371%2F1;p=platform%2Fcore%2Fapi%2Fbase-utils.git Revert "[Base-utils][Unumber] Added missing enums." This reverts commit 082d593d25354dfe744e48a082d4c303aa173ded. Change-Id: I8603e82c9d8d8f43ee3df69ad822751e380f0df4 --- diff --git a/src/include/utils_i18n_types.h b/src/include/utils_i18n_types.h index 516d2a6..0f85c3b 100644 --- a/src/include/utils_i18n_types.h +++ b/src/include/utils_i18n_types.h @@ -2094,8 +2094,6 @@ typedef enum { I18N_UNUMBER_PATTERN_RULEBASED, /**< Rule-based format defined by a pattern string */ I18N_UNUMBER_CURRENCY_ISO, /**< Currency format with an ISO currency code, e.g., "USD1.00" */ I18N_UNUMBER_CURRENCY_PLURAL, /**< Currency format with a pluralized currency name, e.g., "1.00 US dollar" and "3.00 US dollars" */ - I18N_UNUMBER_CURRENCY_ACCOUNTING, /**< Currency format for accounting, e.g., "($3.00)" for negative currency amount instead of "-$3.00" */ - I18N_UNUMBER_CASH_CURRENCY, /**< Currency format with a currency symbol given CASH usage, e.g., "NT$3" instead of "NT$3.23" */ I18N_UNUMBER_FORMAT_STYLE_COUNT, /**< One more than the highest number format style constant */ I18N_UNUMBER_DEFAULT = I18N_UNUMBER_DECIMAL, /**< Default format */