Browse Source

android: remove unneded code

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
2f7b485b8f
1 changed files with 0 additions and 13 deletions
  1. 0
    13
      android/sdk/src/main/java/org/jitsi/meet/sdk/AudioModeModule.java

+ 0
- 13
android/sdk/src/main/java/org/jitsi/meet/sdk/AudioModeModule.java View File

231
         }
231
         }
232
     };
232
     };
233
 
233
 
234
-    /**
235
-     * {@link Runnable} for running update operation on the main thread.
236
-     */
237
-    private final Runnable updateAudioRouteRunner
238
-        = new Runnable() {
239
-            @Override
240
-            public void run() {
241
-                if (mode != -1) {
242
-                    updateAudioRoute(mode);
243
-                }
244
-            }
245
-        };
246
-
247
     /**
234
     /**
248
      * Audio mode currently in use.
235
      * Audio mode currently in use.
249
      */
236
      */

Loading…
Cancel
Save