diff options
Diffstat (limited to 'src/language.h')
-rw-r--r-- | src/language.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/language.h b/src/language.h index 1b4fb497a..2f67cd023 100644 --- a/src/language.h +++ b/src/language.h @@ -57,10 +57,6 @@ struct LanguagePackHeader { char genders[MAX_NUM_GENDERS][CASE_GENDER_LEN]; ///< the genders used by this translation char cases[MAX_NUM_CASES][CASE_GENDER_LEN]; ///< the cases used by this translation - /** - * Check whether the header is a valid header for OpenTTD. - * @return true iff the header is deemed valid. - */ bool IsValid() const; /** |