diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-07 07:53:08 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-07 07:53:08 (GMT) |
commit | 4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59 (patch) | |
tree | 86c7d6e4381d92af59f8df4ec9faaf74a1f2f11a /Mac/PythonLauncher/FileSettings.h | |
parent | 385521c90e35565ceb1bc54ab31b217321fd2d84 (diff) | |
download | cpython-4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59.zip cpython-4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59.tar.gz cpython-4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59.tar.bz2 |
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 d807bae..7b74a9b 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; |