Remove undeclared stuff (uYouPlus.xm)

This commit is contained in:
arichornlover 2024-07-03 02:34:07 -05:00 committed by GitHub
parent 34c7ec5155
commit 042069dfaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1624,8 +1624,6 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *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);