485724bcdce8810dcf1b65755c97dbb3c39fa02a braney Mon Aug 25 15:37:25 2025 -0700 give quickLiftChains there own methods in hgTracks and a special hgc page diff --git src/hg/hgc/quickLift.c src/hg/hgc/quickLift.c deleted file mode 100644 index 77a8558fe34..00000000000 --- src/hg/hgc/quickLift.c +++ /dev/null @@ -1,24 +0,0 @@ -/* Details page for QuickLift track type */ - -/* Copyright (C) 2025 The Regents of the University of California - * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ - -#include "common.h" -#include "cart.h" -#include "cheapcgi.h" -#include "hgc.h" -#include "jsHelper.h" -#include "htmshell.h" - -void doQuickLiftChain(struct trackDb *tdb, char *item) -/* Deal with click on quickLift chain track.*/ -{ -char title[256]; -safef(title, sizeof(title), "QuickLift Chain Details"); -char header[256]; -safef(header, sizeof(header), "%s %s", title, item); -cartWebStart(cart, database, "%s", header); -printf("doQuickLift\n"); -htmlHorizontalLine(); -printTrackHtml(tdb); -}