mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
([NSBundle +setSystemLanguages:]): Comment out unused variables.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb6428b7cc
commit
a62d5060b4
1 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
|
||||
+ (void)setSystemLanguages:(NSArray *)languages
|
||||
{
|
||||
static NSString *separator = @" ";
|
||||
// static NSString *separator = @" ";
|
||||
|
||||
if (_languages) {
|
||||
FREE_OBJECT(_languages);
|
||||
|
@ -501,7 +501,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
*/
|
||||
if (!languages) {
|
||||
const char *env_list;
|
||||
NSString *env;
|
||||
// NSString *env;
|
||||
env_list = getenv("LANGUAGES");
|
||||
if (env_list) {
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue