From efcc8bb6f0da1970484cb30837b1901eb13dea99 Mon Sep 17 00:00:00 2001 From: attila Date: Thu, 25 Sep 2025 18:13:20 +0200 Subject: [PATCH] Remove unused function The NSWindow class doesn't have isFlipped. Consequently the removed function wasn't overriding it, and it wasn't called otherwise either. --- modules/juce_gui_basics/native/juce_NSViewComponentPeer_mac.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/juce_gui_basics/native/juce_NSViewComponentPeer_mac.mm b/modules/juce_gui_basics/native/juce_NSViewComponentPeer_mac.mm index 2197326e8b..77e039316e 100644 --- a/modules/juce_gui_basics/native/juce_NSViewComponentPeer_mac.mm +++ b/modules/juce_gui_basics/native/juce_NSViewComponentPeer_mac.mm @@ -2857,8 +2857,6 @@ struct JuceNSWindowClass final : public NSViewComponentPeerWrapper