c432455b9bdc07ca22b2093c49fe6dc40d12a42a
hiram
  Fri Feb 25 11:21:13 2011 -0800
per Mark's advice, move html printout from hdb to hui
diff --git src/hg/inc/hdb.h src/hg/inc/hdb.h
index 789065f..d2b12e6 100644
--- src/hg/inc/hdb.h
+++ src/hg/inc/hdb.h
@@ -845,23 +845,16 @@
  * if table has no parent trackDb pass NULL for parent
  * If this is a custom track, pass in function ctLookupName(table) which looks up a
  * custom track by name, otherwise pass NULL
  */
 
 boolean hIsBigBed(char *database, char *table, struct trackDb *parent, struct customTrack *(*ctLookupName)(char *table));
 /* Return TRUE if table corresponds to a bigBed file.
  * if table has no parent trackDb pass NULL for parent
  * If this is a custom track, pass in function ctLookupName(table) which looks up a
  * custom track by name, otherwise pass NULL
  */
 
 char *bbiNameFromSettingOrTable(struct trackDb *tdb, struct sqlConnection *conn, char *table);
 /* Return file name from bigDataUrl or little table. */
 
-void printUpdateTime(char *database, struct trackDb *tdb,
-    struct customTrack *ct);
-/* display table update time, or in case of bbi file, file stat time */
-
-void printBbiUpdateTime(time_t *timep);
-/* for bbi files, print out the timep value */
-
 #endif /* HDB_H */