3c9f824a9764c5eed782ae3f07146aadecec74f0
kate
  Mon Nov 27 15:07:15 2017 -0800
Cleanup to ease some fixes to longTabix.

diff --git src/inc/annoStreamTabix.h src/inc/annoStreamTabix.h
deleted file mode 100644
index 8c2f8f9..0000000
--- src/inc/annoStreamTabix.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* annoStreamVcf -- subclass of annoStreamer for tab files indexed with tabix */
-
-#ifndef ANNOSTREAMTABIX_H
-#define ANNOSTREAMTABIX_H
-
-#include "annoStreamer.h"
-
-struct annoStreamer *annoStreamTabixNew(char *fileOrUrl, struct annoAssembly *aa, int maxRecords);
-/* Create an annoStreamer (subclass) object from a tabix indexed tab file */
-
-#endif//ndef ANNOSTREAMTABIX_H