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

Commit e68b7ca2 authored by Tao Wu's avatar Tao Wu Committed by John Reck
Browse files

Remove unused variable.



Code search show nobody referenced it and aosp image still compiles after
remove it.

Test: make -j18 systemimage userdataimage ramdisk

Change-Id: I3e37ea590610091b938296c999dceb3caf919906
Merged-In: I3e37ea590610091b938296c999dceb3caf919906
Signed-off-by: default avatarTao Wu <lepton@google.com>
parent 86665826
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -72,17 +72,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 hardware rendering profiling.
     * The default value of this property is assumed to be false.