diff options
| author | 2020-03-06 15:46:16 -0800 | |
|---|---|---|
| committer | 2020-03-06 15:46:16 -0800 | |
| commit | 39db0b34a86c142b5ec05e89c74be83669326d22 (patch) | |
| tree | ba0c815948d990b54ebba1297398262a3892e52f /services/surfaceflinger/SurfaceFlinger.cpp | |
| parent | 34560b6d0950b54497d70a319d5496ccc0ffec10 (diff) | |
SurfaceControl: Remove transferTouchFocus
As it's unused.
Bug: 147257069
Test: Existing tests pass
Change-Id: I60ef95d6cd86ed28db73ebbb0d02062194f9c0e7
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.cpp')
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index ffb8ae925a..965366197b 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -3745,10 +3745,6 @@ uint32_t SurfaceFlinger::setClientStateLocked( uint32_t SurfaceFlinger::addInputWindowCommands(const InputWindowCommands& inputWindowCommands) { uint32_t flags = 0; - if (!inputWindowCommands.transferTouchFocusCommands.empty()) { - flags |= eTraversalNeeded; - } - if (inputWindowCommands.syncInputWindows) { flags |= eTraversalNeeded; } |