commit | cb000f5e29ca722c80dc03e7a739790b40cc7f68 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu May 02 15:18:00 2024 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu May 02 15:18:00 2024 +0100 |
tree | d8f507942079ad80caac1584c0e1b1ce0ab055c2 | |
parent | 4977ce198d2390bff8c71ad5cb1a5f6aa24b56fb [diff] |
ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs We only support the most recent two versions of macOS (currently macOS 13 Ventura and macOS 14 Sonoma), and our ui/cocoa.m code already assumes at least macOS 12 Monterey or better, because it uses NSScreen safeAreaInsets, which is 12.0-or-newer. Remove the ifdefs that were providing backwards compatibility for building on 10.12 and newer. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>