Skip to content

Commit

Permalink
Remove references to flare
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Feb 6, 2024
1 parent 0d4095f commit dbc9802
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Quicksilver/Code-QuickStepEffects/QSWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
- (BOOL)shouldSendEvent:(NSEvent *)theEvent;
@end

@interface NSWindow (Effects)
- (void)pulse:(id)sender;
- (void)flare:(id)sender;
- (void)shrink:(id)sender;
- (void)fold:(id)sender;
@end

#define kQSWindowHideEffect @"hideEffect"
#define kQSWindowShowEffect @"showEffect"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ - (NSSize) maxIconSize {

- (void)showMainWindow:(id)sender {
[[self window] setFrame:[self rectForState:[self expanded]] display:YES];
if ([[self window] isVisible]) [[self window] pulse:self];
[super showMainWindow:sender];
// Does this need to be here?
[[[self window] contentView] setNeedsDisplay:YES];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ - (BOOL)hotKeyPressed:(QSHotKeyEvent *)hotKey {
[trigger execute];
triggerExecuted = YES;
}
[window flare:self];
[window reallyOrderOut:self];
[window close];
}
Expand Down

0 comments on commit dbc9802

Please sign in to comment.