remove unused variable from chromium wrapper
Former-commit-id: 0864d1860a
Former-commit-id: 0cc267371af606ea474ed8adf8e3dd73ac16042a
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user