mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update uYouPlus.h
This commit is contained in:
parent
cafed7c7a5
commit
1e3fe80a79
1 changed files with 0 additions and 8 deletions
|
|
@ -181,14 +181,6 @@ static NSString *const kFlex = @"flex_enabled";
|
|||
// unused (uYouEnhanced)
|
||||
static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled";
|
||||
|
||||
// Definition for network-related settings
|
||||
void ResetNetworkSettings() {
|
||||
NSURLSession *session = [NSURLSession sharedSession];
|
||||
[session invalidateAndCancel];
|
||||
[session resetWithCompletionHandler:^{
|
||||
}];
|
||||
}
|
||||
|
||||
// Always show remaining time in video player - @bhackel
|
||||
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h
|
||||
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTInlinePlayerBarContainerView.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue