3c68ae03c7ec7a7e6b98c22e81f7a6489b50e515 braney Mon Feb 17 10:41:18 2020 -0800 delete long unused code for HIV, Cancer browser. RIP Fan. diff --git src/hg/inc/hCommon.h src/hg/inc/hCommon.h index 2dce72b..9069d35 100644 --- src/hg/inc/hCommon.h +++ src/hg/inc/hCommon.h @@ -72,42 +72,30 @@ void gsToUcsc(char *gsName, char *ucscName); /* Convert from * AC020585.5~1.2 Fragment 2 of 29 (AC020585.5:1..1195) * to * AC020585.5_1_2 */ char *skipChr(char *s); /* Skip leading 'chr' in string (to get the actual chromosome part). */ int chromToInt(char *s); /* converts a chrom name chrXX into an integer from 1 to 54. * X = 23 Y = 24 Un = 25 M = 26 random = chr + 26;*/ -boolean hIsGisaidServer(); -/* Is this the GISAID-customized server? Change for config variable - * gisaid.server=yes */ - -boolean hIsGsidServer(); -/* Is this the GSID-customized server? Change for config variable - * gsid.server=yes */ - -boolean hIsCgbServer(); -/* Is this a cancer genome browser server? Change for config variable - * cgb.server=yes */ - void hTableStart(); /* Output a table with solid borders. */ void hTableEnd(); /* Close out table started with hTableStart() */ #define hgDefaultPixWidth 950 #define DEFAULT_PIX_WIDTH "950" /* if this default pix width is changed, also note relationship in * CONTROL_TABLE_WIDTH in hui.h */ #define hgDefaultLeftLabelWidth 120 #define hgDefaultGfxBorder 1 /* gisaid selection file option variable names */ #define gisaidSubjList "gisaidTable.gisaidSubjList"