OSDN Git Service

Moved loadPrefs(), initWindows(), and linkTermData() from the application delegate...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 22 Sep 2020 00:06:23 +0000 (17:06 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 22 Sep 2020 00:06:23 +0000 (17:06 -0700)
commit6ec3f1a69b1bbe4c1cc8ac4a7e1b891bc9aeaaa6
tree0112fd2ca6b604ede4cc8727ad917d3e9989e0da
parentd73bae9ef8fb409583cce4db7ec942faaf8c2cd5
Moved loadPrefs(), initWindows(), and linkTermData() from the application delegate to file-level static functions:  that's where they were in the past and they weren't gaining anything by being in the delegate.
src/cocoa/AppDelegate.h
src/cocoa/AppDelegate.m
src/main-cocoa.m