summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFNet/macsrc/PluginConfigController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/PluginConfigController.m')
-rwxr-xr-xmacosx/plugins/DFNet/macsrc/PluginConfigController.m4
1 files changed, 0 insertions, 4 deletions
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