From 5a194fdff493435091e550a96d9e8ce79f1ee463 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 17 Dec 2012 09:34:49 +0000 Subject: =?UTF-8?q?=20-=20Rearrange=20some=20menu=20shortcuts:=20=E2=8C=98?= =?UTF-8?q?F=20is=20now=20used=20on=20the=20Content=20tab=20to=20set=20the?= =?UTF-8?q?=20focus=20to=20the=20Filter=20Content=20tab=20bar.=20=20?= =?UTF-8?q?=E2=87=A7=E2=8C=98F=20is=20used=20to=20show=20the=20advanced=20?= =?UTF-8?q?content=20filter=20table.=20=20This=20allows=20^=E2=8C=98F=20to?= =?UTF-8?q?=20be=20used=20for=20the=20standard=20OS=20X=20fullscreen=20win?= =?UTF-8?q?dow=20command,=20addressing=20Issue=20#1513.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPCopyTable.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Source/SPCopyTable.m') diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m index 82889aee..c36ac380 100644 --- a/Source/SPCopyTable.m +++ b/Source/SPCopyTable.m @@ -1175,13 +1175,6 @@ static const NSInteger kBlobAsImageFile = 4; [super keyDown:theEvent]; } -- (void)performFindPanelAction:(id)sender -{ - if([sender tag] == 1 && [[self delegate] isKindOfClass:[SPTableContent class]]) { - [(SPTableContent*)[self delegate] showFilterTable:self]; - } -} - #pragma mark - #pragma mark Field editing checks -- cgit v1.2.3