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:
David Chisnall 2010-11-23 13:20:34 +00:00
parent e933a5dfee
commit 00095bc74c
3 changed files with 3 additions and 26 deletions

View file

@ -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
{