From 39ea0e9fe466f3dcb29d2ee5897bb890ecb3c18a Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 18 May 2004 02:05:29 +0000 Subject: [PATCH] ICU-2487 refactor calendar access X-SVN-Rev: 15362 --- icu4c/source/i18n/unicode/dtfmtsym.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/icu4c/source/i18n/unicode/dtfmtsym.h b/icu4c/source/i18n/unicode/dtfmtsym.h index 0aa3950822a..d8f4a75d351 100644 --- a/icu4c/source/i18n/unicode/dtfmtsym.h +++ b/icu4c/source/i18n/unicode/dtfmtsym.h @@ -415,19 +415,6 @@ private: void initField(UnicodeString **field, int32_t& length, const ResourceBundle &data, UErrorCode &status); void initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status); - /** - * Load data for specified 'type', falling back to gregorian if needed - * - * @param rb ResourceBundle - * @param tag Resource key to data - * @param type Calendar type - * @param status Error Status - * @internal - */ - static ResourceBundle - getData(ResourceBundle &rb, const char *tag, const char *type, UErrorCode& status); - - /** * Called by the constructors to actually load data from the resources *