bc8a128684e7d203f7f74ee0d3579e5608751ee0
angie
  Fri Jun 7 07:06:07 2013 -0700
Revert "Added support for multi-view composites of type pgSnp.  There are no config options for pgSnp, so disable the config pop-up in configurableByAjax.  refs #683"This reverts commit 275a4e6b9d4eef6b3408e29198d94883b0e809ca.
-- Tim pointed out in code review that there is a much better way to avoid the warnBox at the end of cfgTypeFromTdb.  refs #10977 #683

diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index d3966cb..6e9c13f 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -3904,31 +3904,30 @@
                         break;
     case cfgChain:      chainCfgUi(db,cart,tdb,prefix,title,boxed, NULL);
                         break;
     case cfgNetAlign:   netAlignCfgUi(db,cart,tdb,prefix,title,boxed);
                         break;
     case cfgBedFilt:    bedFiltCfgUi(cart,tdb,prefix,title, boxed);
                         break;
 #ifdef USE_BAM
     case cfgBam:        bamCfgUi(cart, tdb, prefix, title, boxed);
                         break;
 #endif
     case cfgVcf:        vcfCfgUi(cart, tdb, prefix, title, boxed);
                         break;
     case cfgPsl:        pslCfgUi(db,cart,tdb,prefix,title,boxed);
                         break;
-    case cfgPgSnp:      break;
     default:            warn("Track type is not known to multi-view composites. type is: %d ",
                              cType);
                         break;
     }
 }
 
 char *encodeRestrictionDate(char *db,struct trackDb *trackDb,boolean excludePast)
 // Create a string for ENCODE restriction date of this track
 // if return is not null, then free it after use
 {
 if (!trackDb)
     return NULL;
 
 char *date = NULL;