From 7efd7e19ed046a4a0c03077f27930291ba5b9725 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 22:31:06 +0000 Subject: (svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m]. --- src/livery.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/livery.h') diff --git a/src/livery.h b/src/livery.h index 8806aff58..7ffa4a644 100644 --- a/src/livery.h +++ b/src/livery.h @@ -78,11 +78,6 @@ struct Livery { byte colour2; ///< Second colour, for vehicles with 2CC support. }; -/** - * Reset the livery schemes to the company's primary colour. - * This is used on loading games without livery information and on new company start up. - * @param c Company to reset. - */ void ResetCompanyLivery(Company *c); #endif /* LIVERY_H */ -- cgit v1.2.3-54-g00ecf