Make progress on fixing adding feeds.

This commit is contained in:
Brent Simmons
2017-10-21 15:04:59 -07:00
parent b74d2e1a3c
commit 4118e4a2d5
3 changed files with 23 additions and 28 deletions

View File

@@ -10,11 +10,6 @@ import Cocoa
import Data
import Account
//func addFolderWindowController() -> AddFolderWindowController {
//
// return AddFolderWindowController(windowNibName: "AddFolderSheet")
//}
class AddFolderWindowController : NSWindowController {
@IBOutlet var folderNameTextField: NSTextField!