| Index: pkg/intl/lib/message_lookup_by_library.dart
|
| diff --git a/pkg/intl/lib/message_lookup_by_library.dart b/pkg/intl/lib/message_lookup_by_library.dart
|
| index 27b9699f8da89ff0cb045476a96c2b45c5bcf31e..e3d1fb728df843fb1e9923a52563bee56983d72d 100644
|
| --- a/pkg/intl/lib/message_lookup_by_library.dart
|
| +++ b/pkg/intl/lib/message_lookup_by_library.dart
|
| @@ -75,12 +75,6 @@ abstract class MessageLookupByLibrary {
|
| bool _lookupInProgress = false;
|
|
|
| /**
|
| - * Return true if the locale exists, or if it is null. Null is treated
|
| - * as meaning that we use the default locale.
|
| - */
|
| - bool localeExists(localeName);
|
| -
|
| - /**
|
| * Return the localized version of a message. We are passed the original
|
| * version of the message, which consists of a
|
| * [message_str] that will be translated, and which may be interpolated
|
|
|