Remove unused ADMIN_PEOPLE link

I meant to implement a page showing the user accounts, so an
administrator could inspect individual accounts and manage them,
but we never got around to it.  Remove the link until we actually
can implement that feature.

Change-Id: I544852213d18f6e8f097c7e6aea79b2541bfe13b
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-11 17:41:24 -08:00
parent e24c71fb86
commit 0461d294cd

View File

@@ -39,7 +39,6 @@ public class PageLinks {
public static final String ALL_MERGED = "all,merged,n,z";
public static final String ALL_OPEN = "all,open,n,z";
public static final String ADMIN_PEOPLE = "admin,people";
public static final String ADMIN_GROUPS = "admin,groups";
public static final String ADMIN_PROJECTS = "admin,projects";