src/hg/inc/bed.h 1.54

1.54 2009/04/17 21:38:49 kent
Removing bedLoadNBin, which duplicated lots of code in bedLoadN for no good reason.
Index: src/hg/inc/bed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/bed.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -B -U 4 -r1.53 -r1.54
--- src/hg/inc/bed.h	18 Mar 2009 01:34:07 -0000	1.53
+++ src/hg/inc/bed.h	17 Apr 2009 21:38:49 -0000	1.54
@@ -172,11 +172,8 @@
 struct bed *bedLoadAll(char *fileName);
 /* Determines how many fields are in a bedFile and load all beds from
  * a tab-separated file.  Dispose of this with bedFreeList(). */
 
-struct bed *bedLoadNBin(char *row[], int wordCount);
-/* Convert a row of strings to a bed. */
-
 void bedOutputN(struct bed *el, int wordCount, FILE *f, char sep, char lastSep);
 /* Write a bed of wordCount fields. */
 
 void bedOutputNitemRgb(struct bed *el, int wordCount, FILE *f,