From e66ba25d49a90a20e2465cadeef8e2e83ce291bc Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 10 Jan 2013 04:21:36 +0000 Subject: Setting the Plug-in window controllers' initial value to nil. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82168 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFNet/macsrc/PluginConfigController.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'macosx/plugins/DFNet/macsrc/PluginConfigController.m') diff --git a/macosx/plugins/DFNet/macsrc/PluginConfigController.m b/macosx/plugins/DFNet/macsrc/PluginConfigController.m index b0444e9a..9ddf7417 100755 --- a/macosx/plugins/DFNet/macsrc/PluginConfigController.m +++ b/macosx/plugins/DFNet/macsrc/PluginConfigController.m @@ -100,8 +100,6 @@ void ReadConfig() - (IBAction)cancel:(id)sender { [self close]; - [windowController release]; - windowController = nil; } - (IBAction)ok:(id)sender @@ -121,8 +119,6 @@ void ReadConfig() ReadConfig(); [self close]; - [windowController release]; - windowController = nil; } - (void)loadValues -- cgit v1.2.3