Pier Angelo Vendrame pushed to branch tor-browser-115.9.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
03ee248c
by Pier Angelo Vendrame at 2024-03-18T16:59:33+01:00
1 changed file:
Changes:
| ... | ... | @@ -476,9 +476,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings { | 
| 476 | 476 |        getSettings().mSecurityLevel.set(level);
 | 
| 477 | 477 |        return this;
 | 
| 478 | 478 |      }
 | 
| 479 | - | |
| 480 | -      return this;
 | |
| 481 | -    }
 | |
| 482 | 479 |    }
 | 
| 483 | 480 | |
| 484 | 481 |    private GeckoRuntime mRuntime;
 | 
| ... | ... | @@ -1322,9 +1319,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings { | 
| 1322 | 1319 |      return this;
 | 
| 1323 | 1320 |    }
 | 
| 1324 | 1321 | |
| 1325 | -    return this;
 | |
| 1326 | -  }
 | |
| 1327 | - | |
| 1328 | 1322 |    @Override // Parcelable
 | 
| 1329 | 1323 |    public void writeToParcel(final Parcel out, final int flags) {
 | 
| 1330 | 1324 |      super.writeToParcel(out, flags);
 |