From d56a1bb19c672d093cdb631591dcba5e977561f6 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 5 Nov 2014 19:57:25 -0500 Subject: 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. --- stack-auth.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'stack-auth.el') 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. -- cgit v1.2.3