Remove deprecated tag

This commit is contained in:
Georg Hagen
2025-03-01 19:07:03 +01:00
parent 0323fac079
commit bfff861673

View File

@@ -45,6 +45,6 @@ namespace OpenVulkano::Scene
const std::set<uint32_t>& charset = {}) const;
private:
[[deprecated]] Array<char> FindFont(const std::string& fontFile) const;
Array<char> FindFont(const std::string& fontFile) const;
};
}