Removed outdated UTF8 declaration [ Other ] (#24528)

* Removed outdated UTF8 declaration

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
2025-10-13 12:34:43 -04:00
committed by GitHub
parent 489e3ca6fc
commit f620d68c19
76 changed files with 1 additions and 81 deletions

View File

@@ -99,7 +99,6 @@ bool MacroFile::commit()
}
QString header;
header += QStringLiteral("# -*- coding: utf-8 -*-\n\n");
header += QStringLiteral("# Macro Begin: ");
header += this->macroName;
header += QStringLiteral(" +++++++++++++++++++++++++++++++++++++++++++++++++\n");