diff --git a/quickstep/src/com/android/quickstep/SystemUiProxy.java b/quickstep/src/com/android/quickstep/SystemUiProxy.java index 0ee28bc63d..f6018d1c2f 100644 --- a/quickstep/src/com/android/quickstep/SystemUiProxy.java +++ b/quickstep/src/com/android/quickstep/SystemUiProxy.java @@ -255,18 +255,6 @@ public class SystemUiProxy implements ISystemUiProxy, } } - @Override - public Bundle monitorGestureInput(String name, int displayId) { - if (mSystemUiProxy != null) { - try { - return mSystemUiProxy.monitorGestureInput(name, displayId); - } catch (RemoteException e) { - Log.w(TAG, "Failed call monitorGestureInput: " + name, e); - } - } - return null; - } - @Override public void notifyAccessibilityButtonClicked(int displayId) { if (mSystemUiProxy != null) {