8e6fcda9f58bf3549bab4ff15b99efc46f842bab larrym Thu Jun 7 12:29:54 2012 -0700 remove hBackgroundImage and hgColOutside diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 4acc40f..43b60ce 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -3091,20 +3091,19 @@ { cartWebStart(cart, database, "%s %s", tdb->shortLabel, title); trackUi(tdb, tdbList, ct, FALSE); printf("
\n"); jsonPrintGlobals(TRUE); webEnd(); } } char *excludeVars[] = { "submit", "Submit", "g", NULL, "ajax", NULL,}; int main(int argc, char *argv[]) /* Process command line. */ { cgiSpoof(&argc, argv); -htmlSetBackground(hBackgroundImage()); setUdcCacheDir(); cartEmptyShell(doMiddle, hUserCookie(), excludeVars, NULL); return 0; }