diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-05 15:04:25 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-05 16:13:45 +0200 |
commit | ad2d1082b1e6eb446798e363ccc1e71461bf1748 (patch) | |
tree | d0d3b38d0bf04e11d3e32ee2a31c441b9236ba21 /sal | |
parent | c2756737e0dafe9c802346a2cf4d459bf59acd9d (diff) |
Bin unused global variable
Change-Id: I9bd4ea90638df91122b96f1fb86043c2d770417d
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/nlsupport.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/unx/nlsupport.c b/sal/osl/unx/nlsupport.c index f504b9e0b0e3..ac5ef1852449 100644 --- a/sal/osl/unx/nlsupport.c +++ b/sal/osl/unx/nlsupport.c @@ -838,9 +838,6 @@ rtl_TextEncoding osl_getTextEncodingFromLocale( rtl_Locale * pLocale ) #if defined(MACOSX) || defined(IOS) #include "system.h" -/* OS X locale discovery function */ -int (*pGetOSXLocale)( char *, sal_uInt32 ); - /***************************************************************************** return the current process locale *****************************************************************************/ |