diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:17:00 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:17:00 (EST) |
commit | 3bd6b43eb69937ba02f60717b48ba01237081ccc (patch) | |
tree | 33e23f1436139f8dd731eadb30e97eb1e381fbc3 /lib/common.sh | |
parent | ba3a05115e30e0bf0c5204b9f04144a2b524895c (diff) |
oh_init(): Remove ob_*() calls.
Diffstat (limited to 'lib/common.sh')
-rw-r--r-- | lib/common.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/common.sh b/lib/common.sh index 62f8fc7..52833f4 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -22,15 +22,12 @@ _OH_COMMON_SM='true' oh_init() { - ob_use locale oh_use locale oh_use output # Since nothing other than opkhelper is supposed to use libopkhelper, we can # do strange things like affecting application-wide locale settings from the # library and assume that no one will play with them. - ob_set_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms' - ob_set_text_domain 'opkhelper' oh_set_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms' oh_set_text_domain 'opkhelper' } |