diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-07 09:54:08 +0200 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-07 09:54:08 +0200 |
commit | 071029fac6c074c801d5dc292d250c77c189ea3f (patch) | |
tree | a1d03a323fb8f9668357aed04ab8180a00ce1b9a /Mac/PythonLauncher/FileSettings.h | |
parent | 5f8e78545ce03c12207cff711001e162539beb75 (diff) | |
parent | 4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59 (diff) | |
download | cpython-git-071029fac6c074c801d5dc292d250c77c189ea3f.tar.gz |
(3.3->default) Issue #18377: Code cleanup in Python Launcher
This changeset fixes a number of compiler warnings in the Python Launcher
binary for OSX. It also cleans up whitespace usage in those sources.
Diffstat (limited to 'Mac/PythonLauncher/FileSettings.h')
-rwxr-xr-x | Mac/PythonLauncher/FileSettings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/PythonLauncher/FileSettings.h b/Mac/PythonLauncher/FileSettings.h index d807bae59c..7b74a9b24d 100755 --- a/Mac/PythonLauncher/FileSettings.h +++ b/Mac/PythonLauncher/FileSettings.h @@ -45,18 +45,13 @@ + (id)getFactorySettingsForFileType: (NSString *)filetype; + (id)newSettingsForFileType: (NSString *)filetype; -//- (id)init; - (id)initForFileType: (NSString *)filetype; - (id)initForFSDefaultFileType: (NSString *)filetype; - (id)initForDefaultFileType: (NSString *)filetype; -//- (id)initWithFileSettings: (FileSettings *)source; - (void)updateFromSource: (id <FileSettingsSource>)source; - (NSString *)commandLineForScript: (NSString *)script; -//- (void)applyFactorySettingsForFileType: (NSString *)filetype; -//- (void)saveDefaults; -//- (void)applyUserDefaults: (NSString *)filetype; - (void)applyValuesFromDict: (NSDictionary *)dict; - (void)reset; - (NSArray *) interpreters; |