diff options
Diffstat (limited to 'lib/locale.sh')
-rw-r--r-- | lib/locale.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 59390f8..3398e58 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -18,9 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -[ "x${_LOCALE_SM+set}" = 'xset' ] && return 0 -_LOCALE_SM=1 - LOCALEDIR='@localedir@' DEFAULT_LOCALE='en_US' TEXT_DOMAIN='@textdomain@' |