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:
wp_xxyyzz
2021-12-14 17:20:21 +00:00
parent 3e2cd44627
commit 109a74ff4e

View File

@ -1828,8 +1828,6 @@ begin
if (Event.RepeatCode > rtNone) and RepeatsOn(Event, Value) 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
if DateInRange(Value, Event.StartTime, Event.EndTime, true) then
Inc(Result);