From e5f5c557dd494e849eb39b0966aa12b896579930 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 25 Feb 2014 17:21:14 -0500 Subject: oh_load_locale(): Remove an old comment. --- (limited to 'lib') diff --git a/lib/locale.sh b/lib/locale.sh index 57843cd..25cb128 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -39,8 +39,6 @@ oh_load_locale() fi fi - # TODO: Exit early if domain's messages have already been loaded. - # Try to load the messages. if ! _oh_try_load_messages "${LC_MESSAGES%.*}"; then if ! _oh_try_load_messages "${LC_MESSAGES%_*}"; then -- cgit v0.9.1