not needed anymore

This commit is contained in:
Martin Diehl 2020-02-29 19:57:37 +01:00
parent f431dd2092
commit ed2489de9a
2 changed files with 0 additions and 1148 deletions

File diff suppressed because it is too large Load Diff

View File

@ -375,15 +375,6 @@ class ASCIItable():
self.tags = list(self.__IO__['tags']) # restore label info found in header (as COPY, not link)
self.__IO__['labeled'] = len(self.tags) > 0
# ------------------------------------------------------------------
def data_skipLines(self,
count):
"""Wind forward by count number of lines."""
for i in range(count):
alive = self.data_read()
return alive
# ------------------------------------------------------------------
def data_read(self,
advance = True,