Minor. Remove obsolete workaround

This commit is contained in:
Mikhael Bogdanov
2019-05-15 10:14:41 +02:00
parent 812b766894
commit fe5a9f16a1
@@ -71,10 +71,7 @@ public class Emulator {
commandLine.setExePath(pathManager.getEmulatorFolderInAndroidSdk() + "/" + "emulator");
commandLine.addParameter("-avd");
commandLine.addParameter(AVD_NAME);
if (platform != X86) {
//problem with qemu options
commandLine.addParameter("-no-audio");
}
commandLine.addParameter("-no-audio");
commandLine.addParameter("-no-window");
return commandLine;
}