mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove MainWindowSplitView, which was unused.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
//
|
||||
// MainWindowSplitView.swift
|
||||
// NetNewsWire
|
||||
//
|
||||
// Created by Brent Simmons on 2/5/16.
|
||||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import AppKit
|
||||
|
||||
class MainWindowSplitView: NSSplitView {
|
||||
|
||||
// private let splitViewDividerColor = NSColor(calibratedWhite: 0.75, alpha: 1.0)
|
||||
//
|
||||
// override var dividerColor: NSColor {
|
||||
// return splitViewDividerColor
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user