justificacio NOLINTs i neteja obsolet a Title::~Title

This commit is contained in:
2026-05-17 21:26:36 +02:00
parent c7b88cd05f
commit 058f9d7630
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Title::Title()
}
// Destructor
Title::~Title() { // NOLINT(modernize-use-equals-default)
Title::~Title() {
title_surface_->resetSubPalette();
}