cc3d3bdf3f311b210668ee91479a9b0a477d4fd4 larrym Thu Jun 7 12:26:44 2012 -0700 hBackgroundImage diff --git src/hg/hgPcr/hgPcr.c src/hg/hgPcr/hgPcr.c index 5368298..f4beb78 100644 --- src/hg/hgPcr/hgPcr.c +++ src/hg/hgPcr/hgPcr.c @@ -624,20 +624,19 @@ cart = theCart; dnaUtilOpen(); cartWebStart(cart, NULL, "UCSC In-Silico PCR"); dispatch(); cartWebEnd(); } char *excludeVars[] = {"Submit", "submit", "wp_f", "wp_r", "wp_showPage", NULL}; int main(int argc, char *argv[]) /* Process command line. */ { oldVars = hashNew(10); cgiSpoof(&argc, argv); -htmlSetBackground(hBackgroundImage()); cartEmptyShell(doMiddle, hUserCookie(), excludeVars, oldVars); return 0; }