remove unused variable from chromium wrapper

Former-commit-id: 0864d1860a
Former-commit-id: 0cc267371af606ea474ed8adf8e3dd73ac16042a
This commit is contained in:
idk
2022-10-01 22:25:24 -04:00
parent 19315d4ed3
commit 5500c1eeb4

View File

@ -511,7 +511,6 @@ public class I2PChromium extends I2PCommonBrowser {
}
}
if (isOSX()) {
String argString = join(Arrays.copyOfRange(newArgs, 1, newArgs.length));
String[] fg = {""};
String[] lastArgs =
Stream.concat(Arrays.stream(newArgs), Arrays.stream(fg))