Remove unused variable mShadowRadius

The methods using these variables were removed.

Test: Compilation successful
Change-Id: Ie65d42aaa7791acd4979898e3445c0c5cc6ceba9
This commit is contained in:
Sandro Meier
2023-01-27 10:22:37 +00:00
parent 6c7940e4e5
commit eb66dbd9b9

View File

@@ -276,8 +276,6 @@ class Task extends TaskFragment {
private static final int DEFAULT_MIN_TASK_SIZE_DP = 220;
private float mShadowRadius = 0;
/**
* The modes to control how root task is moved to the front when calling {@link Task#reparent}.
*/