aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPreferenceController.m')
-rw-r--r--Source/SPPreferenceController.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m
index f6670a03..58f05e78 100644
--- a/Source/SPPreferenceController.m
+++ b/Source/SPPreferenceController.m
@@ -54,9 +54,6 @@
@synthesize networkPreferencePane;
@synthesize fontChangeTarget;
-/**
- * init.
- */
- (id)init
{
if ((self = [super initWithWindowNibName:@"Preferences"])) {
@@ -266,9 +263,6 @@
#pragma mark -
-/**
- * Dealloc.
- */
- (void)dealloc
{
[preferencePanes release], preferencePanes = nil;