mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Removed ToolbarSegmentedCell (#4418)
This commit is contained in:
@@ -90,7 +90,6 @@ set(${PROJECT_NAME}_SOURCES
|
||||
StatusBarController.mm
|
||||
StatusBarView.mm
|
||||
Toolbar.mm
|
||||
ToolbarSegmentedCell.mm
|
||||
Torrent.mm
|
||||
TorrentCell.mm
|
||||
TorrentGroup.mm
|
||||
@@ -163,7 +162,6 @@ set(${PROJECT_NAME}_HEADERS
|
||||
StatusBarController.h
|
||||
StatusBarView.h
|
||||
Toolbar.h
|
||||
ToolbarSegmentedCell.h
|
||||
Torrent.h
|
||||
TorrentCell.h
|
||||
TorrentGroup.h
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
#import "ShareToolbarItem.h"
|
||||
#import "ShareTorrentFileHelper.h"
|
||||
#import "Toolbar.h"
|
||||
#import "ToolbarSegmentedCell.h"
|
||||
#import "BlocklistDownloader.h"
|
||||
#import "StatusBarController.h"
|
||||
#import "FilterBarController.h"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
||||
// It may be used under the MIT (SPDX: MIT) license.
|
||||
// License text can be found in the licenses/ folder.
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface ToolbarSegmentedCell : NSSegmentedCell
|
||||
|
||||
@end
|
||||
@@ -1,15 +0,0 @@
|
||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
||||
// It may be used under the MIT (SPDX: MIT) license.
|
||||
// License text can be found in the licenses/ folder.
|
||||
|
||||
#import "ToolbarSegmentedCell.h"
|
||||
|
||||
@implementation ToolbarSegmentedCell
|
||||
|
||||
//when the toolbar is set to small size, don't make the group items small
|
||||
- (NSControlSize)controlSize
|
||||
{
|
||||
return NSControlSizeRegular;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user