src/hg/hgTracks/simpleTracks.c 1.135

1.135 2010/04/25 17:46:51 markd
removed accidental committed change to label width. (who forgot to keep me honest)
Index: src/hg/hgTracks/simpleTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/simpleTracks.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -b -B -U 4 -r1.134 -r1.135
--- src/hg/hgTracks/simpleTracks.c	15 Apr 2010 04:17:08 -0000	1.134
+++ src/hg/hgTracks/simpleTracks.c	25 Apr 2010 17:46:51 -0000	1.135
@@ -175,13 +175,9 @@
 char *position = NULL; 		/* Name of position. */
 
 int trackTabWidth = 11;
 int leftLabelWidthDefaultChars = 17;   /* default number of characters allowed for left label */
-#if 0
 int leftLabelWidthChars = 17;   /* number of characters allowed for left label */
-#else
-int leftLabelWidthChars = 22;   /* number of characters allowed for left label */
-#endif
 int insideX;			/* Start of area to draw track in in pixels. */
 int insideWidth;		/* Width of area to draw tracks in in pixels. */
 int leftLabelX;			/* Start of area to draw left labels on. */
 int leftLabelWidth;		/* Width of area to draw left labels on. */