You've already forked lazarus-ccr
tvplanit: Remove variable wvEventList from TVpWeekView, not used.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -202,7 +202,6 @@ type
|
||||
{ internal variables }
|
||||
wvActiveEventRec: TRect;
|
||||
wvEventArray: TVpEventArray;
|
||||
wvEventList: TList;
|
||||
wvHeaderHeight: Integer;
|
||||
wvRowHeight: Integer;
|
||||
wvStartDate: TDateTime;
|
||||
@ -553,7 +552,6 @@ begin
|
||||
FEventFont.Assign(Font);
|
||||
FShowEventTime := true;
|
||||
wvInLinkHandler := false;
|
||||
wvEventList := TList.Create;
|
||||
wvClickTimer := TTimer.Create(self);
|
||||
wvHotPoint := Point(0, 0);
|
||||
wvDragging := false;
|
||||
@ -618,7 +616,6 @@ begin
|
||||
FHeadAttr.Free;
|
||||
wvClickTimer.Free;
|
||||
FEventFont.Free;
|
||||
wvEventList.Free;
|
||||
FDefaultPopup.Free;
|
||||
inherited;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user