Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: pkg/intl/lib/message_lookup_by_library.dart

Issue 13817008: Fix some warnings in pub and pkg packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/http/test/safe_http_server.dart ('k') | pkg/intl/lib/number_format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/http/test/safe_http_server.dart ('k') | pkg/intl/lib/number_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698