From b5bb57d8dd052ca1e61287d17467cb67ca8f4a73 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 18 Apr 2012 20:33:49 -0400 Subject: minor cleanup --- auth.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'auth.go') diff --git a/auth.go b/auth.go index d8e881e..f0ef530 100644 --- a/auth.go +++ b/auth.go @@ -1,9 +1,5 @@ package main -// Authentication globals -var auth AuthService -var anonUser = &User{name: "common"} - // Basic registered user account structure, for permissions etc. type User struct { // TODO: more specific types for these -- cgit v1.2.3