3384bc012239d35243eb3597389858409ed3dd48
kate
  Sun May 26 13:19:11 2013 -0700
QA advises OK for V2 track to use V3 table display format (better even) so retiring trackDb setting that allowed two display modes. refs #10097
diff --git src/hg/inc/hui.h src/hg/inc/hui.h
index 5367182..18c64de 100644
--- src/hg/inc/hui.h
+++ src/hg/inc/hui.h
@@ -1226,31 +1226,30 @@
 // Make a table schema link (if appropriate and then returns TRUE)
 
 void makeTopLink(struct trackDb *tdb);
 // Link to top of UI page
 
 void extraUiLinks(char *db,struct trackDb *tdb);
 // Show downloads, schema and metadata links where appropriate
 
 boolean chainDbNormScoreAvailable(struct trackDb *tdb);
 /*	check if normScore column is specified in trackDb as available */
 
 /* UI for factorSource track type */
 
 /* trackDb settings: */
 #define SOURCE_TABLE "sourceTable"
-#define SOURCE_TABLE_PACK "sourceTablePack"
 
 void hPrintAbbreviationTable(struct sqlConnection *conn, char *sourceTable, char *label);
 /* Print out table of abbreviations. */
 
 void hPrintFactorSourceAbbrevTable(struct sqlConnection *conn, struct trackDb *tdb);
 /* Print out table of abbreviations. With 'pack' setting, 
  * show cell name only (before '+') and uniqify */
 
 // Four State checkboxes can be checked/unchecked by enable/disabled
 // NOTE: fourState is not a bitmap because it is manipulated in javascript
 //       and int seemed easier at the time
 #define FOUR_STATE_UNCHECKED         0
 #define FOUR_STATE_CHECKED           1
 #define FOUR_STATE_CHECKED_DISABLED  -1
 #define fourStateChecked(fourState) \