Codechange: remove @return documentation for void methods

This commit is contained in:
Rubidium
2026-02-15 20:30:26 +01:00
committed by rubidium42
parent 308eff6eeb
commit a0b173b43c
12 changed files with 10 additions and 20 deletions
-1
View File
@@ -185,7 +185,6 @@ struct GoalListWindow : public Window {
* @param column Which column to draw.
* @param wid Pointer to the goal list widget.
* @param progress_col_width Width of the progress column.
* @return max width of drawn text
*/
void DrawListColumn(GoalColumn column, NWidgetBase *wid, uint progress_col_width) const
{