mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Remove end date
This commit is contained in:
parent
2103216abc
commit
f46219ca3f
2 changed files with 0 additions and 3 deletions
|
@ -39,7 +39,6 @@ extern "C" {
|
||||||
{
|
{
|
||||||
NSTimeInterval _duration;
|
NSTimeInterval _duration;
|
||||||
NSDate *_startDate;
|
NSDate *_startDate;
|
||||||
NSDate *_endDate;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Init
|
// Init
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/* Implementation of class NSDateInterval
|
/* Implementation of class NSDateInterval
|
||||||
Copyright (C) 2019 Free Software Foundation, Inc.
|
Copyright (C) 2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
@ -60,7 +59,6 @@
|
||||||
if(self != nil)
|
if(self != nil)
|
||||||
{
|
{
|
||||||
ASSIGNCOPY(_startDate, startDate);
|
ASSIGNCOPY(_startDate, startDate);
|
||||||
ASSIGNCOPY(_endDate, endDate);
|
|
||||||
_duration = [endDate timeIntervalSinceDate: startDate];
|
_duration = [endDate timeIntervalSinceDate: startDate];
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in a new issue