diff options
| author | 2023-10-13 17:15:46 +0000 | |
|---|---|---|
| committer | 2023-10-13 17:15:46 +0000 | |
| commit | 4c9c7f092f7851cf0bdf2cb9de11001f3ca352fd (patch) | |
| tree | a0920373aeeef48d502e864855ff6bb9511f7fc8 | |
| parent | ff9f151b5e74384f9b0a5133f8e0d5a8a89a353d (diff) | |
| parent | 1a352b5a4afd1a128f295e9abbc660566f8afaab (diff) | |
Merge "Remove unnecessary local variant definitation." into main
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index ee3505d7c8..343a1db265 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -5438,7 +5438,6 @@ void SurfaceFlinger::initializeDisplays() { state.id = transactionId; // reset screen orientation and use primary layer stack - Vector<DisplayState> displays; DisplayState d; d.what = DisplayState::eDisplayProjectionChanged | DisplayState::eLayerStackChanged; |