8e6fcda9f58bf3549bab4ff15b99efc46f842bab larrym Thu Jun 7 12:29:54 2012 -0700 remove hBackgroundImage and hgColOutside diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 2b364cf..dbdc03f 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -48,33 +48,30 @@ char *hHelpFile(char *fileRoot); /* Given a help file root name (e.g. "hgPcrResult" or "cutters"), * prepend the complete help directory path and add .html suffix. * Do not free the statically allocated result. */ char *hFileContentsOrWarning(char *file); /* Return the contents of the html file, or a warning message. * The file path may begin with hDocumentRoot(); if it doesn't, it is * assumed to be relative and hDocumentRoot() will be prepended. */ char *hCgiRoot(); /* get the path to the CGI directory. * Returns NULL when not running as a CGI (unless specified by browser.cgiRoot) */ -char *hBackgroundImage(); -/* get the path to the configured background image to use, or the default */ - /* Definitions for ruler pseudo-track. It's not yet a full-fledged * track, so it can't appear in trackDb. */ #define RULER_TRACK_NAME "ruler" #define RULER_TRACK_LABEL "Base Position" #define RULER_TRACK_LONGLABEL "Genome Base Position" #define SCALE_BAR_LABEL "Scale" #define WIN_POS_LABEL "Window Position" #define WIN_TITLE_LABEL "" /* "Title" */ /* Definitions for restriction enzyme track. */ #define cutterVar "hgt.cutters" #define cutterDefault "" #define CUTTERS_POPULAR "ClaI,BamHI,BglII,EcoRI,EcoRV,HindIII,PstI,SalI,SmaI,XbaI,KpnI,SacI,SphI" #define CUTTERS_TRACK_NAME "cutters" #define CUTTERS_TRACK_LABEL "Restr Enzymes"