mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 03:45:08 +00:00

https://github.com/wesnoth/wesnoth/pull/5481 removed the check that made wmllint: display on and wmllint: display off necessary. This PR removes now redundant wmllint comments. find ./data/ -name '*.cfg' -exec sed -ri '/^ *# *wmllint *:? *display *(on|off) *$/d; s/ *# *wmllint *:? *display *(on|off) *$//' '{}' ';'