You've already forked lazarus-ccr
TvPlanIt: Remove commented old code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1828,8 +1828,6 @@ begin
|
|||||||
if (Event.RepeatCode > rtNone) and RepeatsOn(Event, Value) then
|
if (Event.RepeatCode > rtNone) and RepeatsOn(Event, Value) then
|
||||||
Inc(Result)
|
Inc(Result)
|
||||||
// Otherwise if it is an event that naturally falls on today, then inc result
|
// Otherwise if it is an event that naturally falls on today, then inc result
|
||||||
// else if ((trunc(Value) >= trunc(Event.StartTime))
|
|
||||||
// and (trunc(Value) <= trunc(Event.EndTime))) then
|
|
||||||
else
|
else
|
||||||
if DateInRange(Value, Event.StartTime, Event.EndTime, true) then
|
if DateInRange(Value, Event.StartTime, Event.EndTime, true) then
|
||||||
Inc(Result);
|
Inc(Result);
|
||||||
|
Reference in New Issue
Block a user