summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-15 23:47:02 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-15 23:47:02 (EDT)
commitac2d2b30da44758f0b58d110596c8e51432bf209 (patch)
tree9c50c4242cb2a2565b0c5a378280c8c8b6a28247 /lib
parent414f908695f83a8994d914d3d0aabcaae5858431 (diff)
ob_set_locale_path(): Remove
All functions are now documented.
Diffstat (limited to 'lib')
-rw-r--r--lib/locale.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 0920493..bcc6b1e 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -21,7 +21,6 @@ _OB_DEFAULT_LOCALE='en_US'
_OB_INTERNAL_TEXT_DOMAIN="libopkbuild_${LIBOPKBUILD_SHSOVERSION}"
_ob_text_domain=
_ob_builddir=
-_OB_LOCALE_PATH="${LOCALEDIR}/%s/LC_MESSAGES/%s.ms"
## @brief Get the current message domain
## @details \fBob_get_text_domain\fP() prints the currently loaded message
@@ -98,16 +97,6 @@ ob_set_text_domain()
return 0
}
-ob_set_locale_path()
-{
- local format="${1}"
- shift 1 || _ob_abort
-
- _OB_LOCALE_PATH="${format}"
-
- return 0
-}
-
## @brief Get a message from the current message domain
## @details \fBob_get_msg\fP() prints a message, identified by a message ID,
## from the currently loaded message catalog.