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

Commit 4b274249 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

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

Test: refactor / removal of no-op code
Change-Id: Iddbe928995b39dc09a28472fbafe0c2ed0c6c947
parent 873a664e
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();
}

/*