Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe881796 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Remove Unique ID which is not used anywhere.

Bug: N/A
Test: minikin_tests
Change-Id: Ic6f3d4ab8af52672cb759720cefd9429933711a7
parent 780b2f75
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,8 +33,7 @@ namespace android {
MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, const void* fontData, size_t fontSize,
                                 std::string_view filePath, int ttcIndex,
                                 const std::vector<minikin::FontVariation>& axes)
        : minikin::MinikinFont(typeface->uniqueID())
        , mTypeface(std::move(typeface))
        : mTypeface(std::move(typeface))
        , mFontData(fontData)
        , mFontSize(fontSize)
        , mTtcIndex(ttcIndex)