Skip to content
  • Daniel Boles's avatar
    Tooltip: Avoid redundant variable initialisations · 3178a7a3
    Daniel Boles authored
    has_tooltip_widget was assigned twice in immediate succession.
    
    return_value is not used anywhere else in this function since commit
    14a864c8b55dfe92f8957499f12a3f9303188a12 and does not need a default
    value anymore, so move it to the inner scope and don't init to NULL.
    3178a7a3