HostPageData: Remove unused account member

Change-Id: I9ee76e40b9848c8f6ff9e8bd47552001c81282ff
This commit is contained in:
David Pursehouse 2015-08-26 11:02:04 +09:00
parent 62e851da5a
commit 5953bdea1b

View File

@ -14,7 +14,6 @@
package com.google.gerrit.common.data;
import com.google.gerrit.reviewdb.client.Account;
import com.google.gerrit.reviewdb.client.AccountDiffPreference;
import java.util.Date;
@ -23,7 +22,6 @@ import java.util.List;
/** Data sent as part of the host page, to bootstrap the UI. */
public class HostPageData {
public String version;
public Account account;
public AccountDiffPreference accountDiffPref;
public String xGerritAuth;
public Theme theme;