sdl2: add_widget_to_vertical_scroll_widget_list() dead assignment of 'count'
As reported by clang analyzer (from S3_0) add_widget_to_vertical_scroll_widget_list() has an unused assignment of 'count = 0;'
That variable is not used as a counter to increase, but the actual values used are assigned to it whole.
As reported by clang analyzer (from S3_0) add_widget_to_vertical_scroll_widget_list() has an unused assignment of 'count = 0;'
That variable is not used as a counter to increase, but the actual values used are assigned to it whole.