diff options
author | Max <post@wickenrode.com> | 2014-12-13 02:38:16 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-13 02:38:16 +0100 |
commit | 00d1e5aee581ff413ded538a470ade2073bb6a43 (patch) | |
tree | 2191249114f619e41120cacb2595af30e175f349 /Source/SPConstants.m | |
parent | fd3ff51dc624be5ce645ce25eb72d03e5a359416 (diff) | |
download | sequelpro-00d1e5aee581ff413ded538a470ade2073bb6a43.tar.gz sequelpro-00d1e5aee581ff413ded538a470ade2073bb6a43.tar.bz2 sequelpro-00d1e5aee581ff413ded538a470ade2073bb6a43.zip |
Changed a few typedef enums to Apples new method
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index eb11ac11..e7b92884 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -412,16 +412,6 @@ NSString *SPBundleShellVariableSelectedText = @"SP_SELECTED_TEXT NSString *SPBundleShellVariableSelectedTextRange = @"SP_SELECTED_TEXT_RANGE"; NSString *SPBundleShellVariableUsedQueryForTable = @"SP_USED_QUERY_FOR_TABLE"; -const NSInteger SPBundleRedirectActionNone = 200; -const NSInteger SPBundleRedirectActionReplaceSection = 201; -const NSInteger SPBundleRedirectActionReplaceContent = 202; -const NSInteger SPBundleRedirectActionInsertAsText = 203; -const NSInteger SPBundleRedirectActionInsertAsSnippet = 204; -const NSInteger SPBundleRedirectActionShowAsHTML = 205; -const NSInteger SPBundleRedirectActionShowAsTextTooltip = 207; -const NSInteger SPBundleRedirectActionShowAsHTMLTooltip = 208; -const NSInteger SPBundleRedirectActionLastCode = 208; - // URL scheme NSString *SPURLSchemeQueryInputPathHeader = @"/tmp/SP_QUERY_"; NSString *SPURLSchemeQueryResultPathHeader = @"/tmp/SP_QUERY_RESULT_"; |