mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
remove boxus #ifdef
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38332 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f257ca202
commit
c01d47d6ad
1 changed files with 0 additions and 2 deletions
|
@ -218,12 +218,10 @@ static NSLock *lock = nil;
|
|||
return [defs setCommand: val forKey: [self key: key]];
|
||||
}
|
||||
|
||||
#if 0
|
||||
- (void) setDouble: (double)value forKey: (NSString*)aKey
|
||||
{
|
||||
[defs setDouble: value forKey: [self key: aKey]];
|
||||
}
|
||||
#endif
|
||||
|
||||
- (void) setFloat: (float)value forKey: (NSString*)aKey
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue