GerritOptions: Remove duplicate headless method
Change-Id: I3309fb29368ca7d44dfae7cf0a770b1648a00118 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
		@@ -73,10 +73,6 @@ public class GerritOptions {
 | 
			
		||||
    return headless;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public boolean headless() {
 | 
			
		||||
    return headless;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public boolean enableGwtUi() {
 | 
			
		||||
    return !headless && enableGwtUi;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user