# HG changeset patch # User Peter Hosey # Date 1255201721 25200 # Node ID 99d368aa61c3318c290d59ebbda44b2eee22198d # Parent 6b34f4156f6bd5ce670f6a734549d7105afe316d This has been working fine without calling -makeWindowControllers, so let's call the matter resolved. --Warnings; diff -r 6b34f4156f6b -r 99d368aa61c3 Plugins/Displays/GrowlNotificationDisplayBridge.m --- a/Plugins/Displays/GrowlNotificationDisplayBridge.m Sat Oct 10 12:07:41 2009 -0700 +++ b/Plugins/Displays/GrowlNotificationDisplayBridge.m Sat Oct 10 12:08:41 2009 -0700 @@ -123,7 +123,6 @@ } - (NSArray *) windowControllers { -#warning should this call -makeWindowControllers? discuss. --boredzo return windowControllers; }