Remove MainWindowSplitView, which was unused.

This commit is contained in:
Brent Simmons
2019-02-09 22:28:33 -08:00
parent 8cb3658a78
commit 39d07aec2e
2 changed files with 0 additions and 24 deletions

View File

@@ -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
// }
}