sil-quirk / sil-q

Other
210 stars 32 forks source link

macOS: rationalize Booleans and remove vestigial open_when_ready #83

Closed backwardsEric closed 2 years ago

backwardsEric commented 2 years ago

Use bool/TRUE/FALSE for data interchanged with Sil's core and BOOL/YES/NO for things that are only accessed in Objective-C. Remove the mentions of the historical Mac type, Boolean.

Since open_when_ready is never set to true in the code, remove it and the logic tied to it.