mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: remove @return documentation for void methods
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user