refactor: remove superfluous interface declarations (#4110)

This commit is contained in:
A Cœur
2022-11-09 13:36:53 +08:00
committed by GitHub
parent 3e0ca88f7d
commit 69fda72a8b
29 changed files with 0 additions and 159 deletions

View File

@@ -38,9 +38,6 @@ typedef NS_ENUM(NSInteger, FilterTypeTag) {
@property(nonatomic) IBOutlet NSPopUpButton* fGroupsButton;
- (void)updateGroupsButton;
- (void)updateGroups:(NSNotification*)notification;
@end
@implementation FilterBarController