]> git.tdb.fi Git - ext/subsurface.git/commit
Drop surface events when reading from an XML file too
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Sep 2011 03:51:03 +0000 (20:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Sep 2011 03:51:03 +0000 (20:51 -0700)
commitd9ca1b6fbf42b15b597e51f018fdb5df65ee2c29
tree72974ce5bf42ff22df48dfc0b379cf4f334fbf04
parent33b6d090003e5c06ac036808361cf3488c7dfee6
Drop surface events when reading from an XML file too

Remember those useless surface events that we ignore when we import a
dive from a dive computer? Yeah, they exist in the libdivelog xml files
too.  So ignore them when we see them there too.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c