summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-04-30 13:57:43 +0000
committerritsuka <[email protected]>2008-04-30 13:57:43 +0000
commitaf0c70dde250b94cd64e938b131fb1b1dcb37885 (patch)
treeab5be34a05180824ce5d651fc6294746b13c4c60 /macosx
parent69b6aabe79e998b69450a77b223d3253f4db3ed3 (diff)
MacGUI: I forgot a file in my previous commit. Remove the close method from the header file too.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1451 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPreferencesController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.h b/macosx/HBPreferencesController.h
index 63b62d69c..297fe5725 100644
--- a/macosx/HBPreferencesController.h
+++ b/macosx/HBPreferencesController.h
@@ -12,6 +12,5 @@
+ (void)registerUserDefaults;
- (id)init;
-- (IBAction)close:(id)sender;
@end