Browse Source

Version 1.0

master
Gil Shahar 5 years ago
parent
commit
582f8d7ed9
No account linked to committer's email address
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      Tweak.xm

+ 0
- 8
Tweak.xm View File

@@ -14,14 +14,6 @@ static void loadPrefs() {
delay = [[prefs objectForKey:@"delay"] floatValue];
}

void pearlretry_settingsDidUpdate(CFNotificationCenterRef center,
void * observer,
CFStringRef name,
const void * object,
CFDictionaryRef userInfo) {

}

%hook SBDashBoardPearlUnlockBehavior
-(void)_handlePearlFailure{
%orig;

Loading…
Cancel
Save