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

Commit d14cafc2 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Remove unused variable."

parents 558097a0 f7fee94d
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ import android.graphics.drawable.AnimatedVectorDrawable;
import android.os.Binder;
import android.os.IBinder;
import android.os.ParcelFileDescriptor;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.os.Trace;
import android.util.Log;
@@ -71,17 +70,6 @@ public final class ThreadedRenderer {
     */
    private static final String CACHE_PATH_SHADERS = "com.android.opengl.shaders_cache";

    /**
     * System property used to enable or disable dirty regions invalidation.
     * This property is only queried if {@link #RENDER_DIRTY_REGIONS} is true.
     * The default value of this property is assumed to be true.
     *
     * Possible values:
     * "true", to enable partial invalidates
     * "false", to disable partial invalidates
     */
    static final String RENDER_DIRTY_REGIONS_PROPERTY = "debug.hwui.render_dirty_regions";

    /**
     * System property used to enable or disable threaded rendering profiling.
     * The default value of this property is assumed to be false.