From ecbf6d93e4dddf28dd0b39ae1958be125d429246 Mon Sep 17 00:00:00 2001 From: nasli Date: Tue, 7 Nov 2017 17:17:54 +0100 Subject: [PATCH] Remove commented code --- .../Tabs/SettingTab/Account/Cell/AccountCell.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Owncloud iOs Client/Tabs/SettingTab/Account/Cell/AccountCell.m b/Owncloud iOs Client/Tabs/SettingTab/Account/Cell/AccountCell.m index 2b30a8e751..2f96da8d74 100644 --- a/Owncloud iOs Client/Tabs/SettingTab/Account/Cell/AccountCell.m +++ b/Owncloud iOs Client/Tabs/SettingTab/Account/Cell/AccountCell.m @@ -42,12 +42,5 @@ - (void)setSelected:(BOOL)selected animated:(BOOL)animated } -//-(IBAction)activeAccount:(id)sender { -// -// [self.delegate activeAccountByPosition:self.activeButton.tag]; -// -//} - - @end