4ae605479b0a70ba1399018687433df8a50ba860 galt Wed Nov 19 14:24:26 2025 -0800 updated the code comment for the isCOmplexSetting(). diff --git src/hg/inc/trackDb.h src/hg/inc/trackDb.h index 73a9de5d1fe..431d4785ffc 100644 --- src/hg/inc/trackDb.h +++ src/hg/inc/trackDb.h @@ -755,19 +755,18 @@ /* Returns TRUE if setting found in trackDb stanza is a file setting that * would benefit from directory $D substitution among other things - looks for * settings that ends in "Url" and a few others. */ char *labelAsFiltered(char *label); /* add text to label to indicate filter is active */ char *labelAsFilteredNumber(char *label, unsigned number); /* add text to label to indicate filter is active */ int trackDbGetCartVersion(); /* Get the highest cart version that a set of trackDb entries has specified. */ boolean isComplexSetting(char *name); /* Check to see if this is one of the filter variables that have arbitrary initial strings. - * This routine copied to hubCheck. */ #endif /* TRACKDB_H */