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

Commit 233c2c9b authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android (Google) Code Review
Browse files

Merge "Remove no-op SkGraphics::term() function."

parents ebe34562 4b274249
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -265,8 +265,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength)
        mArgBlockLength(argBlockLength)
{
    SkGraphics::Init();
    // There is also a global font cache, but its budget is specified by
    // SK_DEFAULT_FONT_CACHE_COUNT_LIMIT and SK_DEFAULT_FONT_CACHE_LIMIT.

    // Pre-allocate enough space to hold a fair number of options.
    mOptions.setCapacity(20);
@@ -277,7 +275,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength)

AndroidRuntime::~AndroidRuntime()
{
    SkGraphics::Term();
}

/*