mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Undid accidental commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e933a5dfee
commit
00095bc74c
3 changed files with 3 additions and 26 deletions
|
@ -62,7 +62,6 @@
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(locale);
|
||||
RELEASE(_dateFormat);
|
||||
[super dealloc];
|
||||
}
|
||||
|
@ -71,14 +70,6 @@
|
|||
{
|
||||
return [self stringForObjectValue: anObject];
|
||||
}
|
||||
- (NSLocale*)locale
|
||||
{
|
||||
return locale;
|
||||
}
|
||||
- (void)setLocale: (NSLocale*)aLocale
|
||||
{
|
||||
ASSIGN(locale, aLocale);
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue