f8de331fce87ec0df45e71399f7450c0dd69d189
braney
  Sat May 6 17:31:44 2017 -0700
on going work on custom composites

diff --git src/hg/inc/customComposite.h src/hg/inc/customComposite.h
index 3228202..f52fa10 100644
--- src/hg/inc/customComposite.h
+++ src/hg/inc/customComposite.h
@@ -1,12 +1,10 @@
 #ifndef CUSTOMCOMPOSITE_H
 #define CUSTOMCOMPOSITE_H
 
 #define customCompositeCartName     "customComposite"
+#define CUSTOM_COMPOSITE_SETTING    "customComposite"
 
-INLINE boolean isCustomComposite(struct trackDb *tdb)
+boolean isCustomComposite(struct trackDb *tdb);
 /* Is this track part of a custom composite. */
-{
-return FALSE;
-}
 
 #endif