diff options
author | Sean Allred <code@seanallred.com> | 2014-11-05 19:57:25 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-05 19:58:40 -0500 |
commit | d56a1bb19c672d093cdb631591dcba5e977561f6 (patch) | |
tree | 72d779a759f696f922db30df063ddd56575b80ec /stack-auth.el | |
parent | 6f2fb104789fdcd7c7e10ca31f6517f0305579c1 (diff) |
Prune unnecessary variable
This key is actually used in request-making on the whole, so it has been
moved to `stack-core.el' as of 9cb376361983742f0a15775b233fc194d61b3ea7.
Diffstat (limited to 'stack-auth.el')
-rw-r--r-- | stack-auth.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stack-auth.el b/stack-auth.el index 99e0177..e4f9a77 100644 --- a/stack-auth.el +++ b/stack-auth.el @@ -32,8 +32,6 @@ "http://vermiculus.github.io/stack-mode/auth/auth.htm") (defconst stack-auth--client-id "3291") -(defconst stack-auth--key - "0TE6s1tveCpP9K5r5JNDNQ((") (defvar stack-auth-access-token nil "Your access token. |