Skip to content

Commit

Permalink
Set GlkWindow to ignored for accessibility purposes (seems to fix crash)
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicalshift committed Mar 11, 2012
1 parent a2486e8 commit ef0e072
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GlkView/GlkWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,4 @@ - (id) accessibilityAttributeValue:(NSString *)attribute {
return [super accessibilityAttributeValue: attribute];
}

- (BOOL) accessibilityIsIgnored {
// Not ignored
return NO;
}

@end

0 comments on commit ef0e072

Please sign in to comment.