Skip to content

Commit

Permalink
Cleanup unused
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Feb 6, 2024
1 parent 490d600 commit 0d4095f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Quicksilver/Code-App/QSController.m
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ - (void)animationDidEnd:(NSAnimation *)animation {

- (void)hideSplash:sender {
if (splashWindow) {
[splashWindow flare:self];
// [splashWindow flare:self];
[splashWindow close];
splashWindow = nil;
}
Expand Down
5 changes: 0 additions & 5 deletions Quicksilver/Code-App/QSSimpleNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,10 @@ - (void)mainThreadDisplayNotificationWithAttributes:(NSDictionary *)attributes {
}

[self setThisTitle:titleString];
//
//[window pulse:self];

curTimer = [NSTimer scheduledTimerWithTimeInterval:2.0 target:self selector:@selector(hideNotification:) userInfo:window repeats:NO];

[[NSRunLoop currentRunLoop] addTimer:curTimer forMode:NSModalPanelRunLoopMode];
// [attributes objectForKey:QSNotifierTitle] , GROWL_NOTIFICATION_TITLE,
// [attributes objectForKey:QSNotifierText] , GROWL_NOTIFICATION_DESCRIPTION,
// [[attributes objectForKey:QSNotifierIcon] TIFFRepresentation] , GROWL_NOTIFICATION_ICON,
}
- (void)hideNotification:(NSTimer *)timer {
NSWindow *window = [timer userInfo];
Expand Down

0 comments on commit 0d4095f

Please sign in to comment.