mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
revert accidental commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28592 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf4727020b
commit
9f5f6bc382
1 changed files with 2 additions and 5 deletions
|
@ -97,6 +97,7 @@ static Class NSDate_class;
|
|||
{
|
||||
ti = 0.0001;
|
||||
}
|
||||
_interval = ti;
|
||||
if (fd == nil)
|
||||
{
|
||||
_date = [[NSDate_class allocWithZone: NSDefaultMallocZone()]
|
||||
|
@ -110,11 +111,7 @@ static Class NSDate_class;
|
|||
_selector = selector;
|
||||
_info = RETAIN(info);
|
||||
_repeats = f;
|
||||
if (_repeats == YES)
|
||||
{
|
||||
_interval = ti;
|
||||
}
|
||||
else
|
||||
if (_repeats == NO)
|
||||
{
|
||||
_interval = 0.0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue