diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index de2cecf..e2ef7cf 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1624,8 +1624,6 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide // Load uYou first so its functions are available for hooks. // dlopen([[NSString stringWithFormat:@"%@/Frameworks/uYou.dylib", [[NSBundle mainBundle] bundlePath]] UTF8String], RTLD_LAZY); - cellDividerData = [NSData dataWithBytes:cellDividerDataBytes length:cellDividerDataBytesLength]; - %init; if (IS_ENABLED(@"hideYouTubeLogo_enabled")) { %init(gHideYouTubeLogo);