51525e645840da619740932b632116cefa9d543a braney Thu Aug 2 12:58:48 2012 -0700 remove links out of the source code to the proteome browser (#5740) diff --git src/hg/inc/hdb.h src/hg/inc/hdb.h index 9366f1b..ebd840f 100644 --- src/hg/inc/hdb.h +++ src/hg/inc/hdb.h @@ -177,34 +177,30 @@ void hDisconnectCart(struct sqlConnection **pConn); /* Put back connection for reuse. */ char *hgOfficialChromName(char *db, char *name); /* Returns "cannonical" name of chromosome or NULL * if not a chromosome. */ boolean hgIsOfficialChromName(char *db, char *name); /* Determine if name is exact (case-sensitive) match with * a chromosome in the current assembly */ boolean hgNearOk(char *database); /* Return TRUE if ok to put up familyBrowser (hgNear) * on this database. */ -boolean hgPbOk(char *database); -/* Return TRUE if ok to put up Proteome Browser (pbTracks) - * on this database. */ - boolean hgPcrOk(char *database); /* Return TRUE if ok to put up hgPcr on this database. */ boolean hTableExists(char *db, char *table); /* Return TRUE if a table exists in database. */ boolean hTableOrSplitExists(char *db, char *table); /* Return TRUE if table (or a chrN_table) exists in database. */ char *hTableForTrack(char *db, char *trackName); /* Return a table for a track in db. Returns one of the split * tables, or main table if not split */ void hParseTableName(char *db, char *table, char trackName[HDB_MAX_TABLE_STRING], char chrom[HDB_MAX_CHROM_STRING]);