src/hg/archaeStuff/tooltip/tooltip.c 1.5
1.5 2009/12/02 20:07:25 holmes
commented out old prediction code
Index: src/hg/archaeStuff/tooltip/tooltip.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/archaeStuff/tooltip/tooltip.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/archaeStuff/tooltip/tooltip.c 30 Oct 2009 21:05:39 -0000 1.4
+++ src/hg/archaeStuff/tooltip/tooltip.c 2 Dec 2009 20:07:25 -0000 1.5
@@ -18,9 +18,8 @@
#include "lowelabPfamHit.h"
#include "tRNAs.h"
#include "snoRNAs.h"
#include "tigrCmrGene.h"
-#include "allpredictions.h"
#include "hgConfig.h"
#include "loweutils.h"
#include "cddDesc.h"
#include "arcogdesc.h"
@@ -733,9 +732,9 @@
}
sqlFreeResult(&sr);
hFreeConn(&conn);
}
-void allpredictionsTip()
+/*void allpredictionsTip()
{
struct sqlConnection *conn = hAllocConn(database);
char *track = cartOptionalString(cart, "g");
@@ -764,9 +763,9 @@
hPrintf("<B>Sources:</B> %s<BR>\n", infoload->source);
}
sqlFreeResult(&sr);
hFreeConn(&conn);
-}
+}*/
void anyGeneQuery()
{
hPrintf("<B>Name:</B> %s",cartOptionalString(cart, "i"));
}