209345a2fed48b1cc3a8dac176ee3ea64f74e7b5
tdreszer
  Mon Aug 9 13:39:44 2010 -0700
Adding Nav links to composites with matrix
diff --git src/hg/inc/hui.h src/hg/inc/hui.h
index cb41ec8..75be850 100644
--- src/hg/inc/hui.h
+++ src/hg/inc/hui.h
@@ -1118,12 +1118,8 @@
 boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label);
 // Make a table schema link (if appropriate and then returns TRUE)
 
-//#define BIG_UI_NAV_LINKS
-#ifdef BIG_UI_NAV_LINKS
 void makeTopLink(struct trackDb *tdb);
 /* Link to top of UI page */
-#endif//def BIG_UI_NAV_LINKS
-
 
 void extraUiLinks(char *db,struct trackDb *tdb);
 /* Show downloads, schema and metadata links where appropriate */