elimina NOLINT obsolets (241 marques que ja no disparaven warning)
This commit is contained in:
@@ -49,7 +49,7 @@ void Credits::handleInput() {
|
||||
}
|
||||
|
||||
// Inicializa los textos
|
||||
void Credits::iniTexts() { // NOLINT(readability-convert-member-functions-to-static)
|
||||
void Credits::iniTexts() {
|
||||
const auto* loc = Locale::get();
|
||||
|
||||
texts_.clear();
|
||||
|
||||
Reference in New Issue
Block a user