8e6fcda9f58bf3549bab4ff15b99efc46f842bab
larrym
  Thu Jun 7 12:29:54 2012 -0700
remove hBackgroundImage and hgColOutside
diff --git src/hg/phyloGif/phyloGif.c src/hg/phyloGif/phyloGif.c
index 7db7a57..667ed9a 100644
--- src/hg/phyloGif/phyloGif.c
+++ src/hg/phyloGif/phyloGif.c
@@ -338,31 +338,30 @@
 boolean useCart = FALSE;
 oldVars = hashNew(8);
 onWeb = cgiIsOnWeb();
 boolean isMSIE = FALSE;
 char *userAgent = getenv("HTTP_USER_AGENT");
 if (userAgent && strstr(userAgent ,"MSIE"))
     isMSIE = TRUE;
 	
 
 cgiSpoof(&argc, argv);
 if (argc != 1)
     usage("wrong number of args");
 
 if (onWeb)
     {
-    htmlSetBackground(hBackgroundImage());  /* uses cfgOption */
     /* this will cause it to kick out the set-cookie: http response header line */
     cart = cartAndCookieNoContent(hUserCookie(), excludeVars, oldVars);
     }
 else    
     {
     if (!cgiOptionalString("phyloGif_tree"))
     	usage("-phyloGif_tree is a required 'option' or cgi variable.");
     }
 
 //cartWarnCatcher(doMiddle, cart, cartEarlyWarningHandler);
 
 
 useCart = (!cgiOptionalString("phyloGif_tree") || cgiVarExists("phyloGif_restore"));
 
 htmlPageWrapper = cgiVarExists("phyloGif_htmlPage"); /* wrap output in a page */