tapkulibrary icon indicating copy to clipboard operation
tapkulibrary copied to clipboard

TKCalendarDayView.m : value stored to startMarkerHeight is never read

Open klapaudius opened this issue 12 years ago • 0 comments

On line 520, when you do an analyse on project xcode found this issue : value stored to startMarkerHeight is never read

I've done those change on my working copy :

  • line 432 : CGFloat startMarkerHeight = 0;
  • line 520 : startMarkerHeight = [event contentHeight];
  • line 520 : [event contentHeight];

In doupt, I didn't remove the whole line on 520.

klapaudius avatar Jul 16 '13 09:07 klapaudius