android: remove unneded code

This commit is contained in:
Saúl Ibarra Corretgé 2019-09-12 16:19:09 +02:00 committed by Saúl Ibarra Corretgé
parent 3a885c893a
commit 2f7b485b8f
1 changed files with 0 additions and 13 deletions

View File

@ -231,19 +231,6 @@ class AudioModeModule extends ReactContextBaseJavaModule
}
};
/**
* {@link Runnable} for running update operation on the main thread.
*/
private final Runnable updateAudioRouteRunner
= new Runnable() {
@Override
public void run() {
if (mode != -1) {
updateAudioRoute(mode);
}
}
};
/**
* Audio mode currently in use.
*/