From 96947433413cac7c76edbf6e07ab9257a6e46df9 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Mon, 14 Apr 2014 08:14:10 +0200
Subject: [PATCH] [TetGenInterface] Removed unused code.

---
 FileIO/TetGenInterface.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/FileIO/TetGenInterface.h b/FileIO/TetGenInterface.h
index 43c15c999b3..41f03471514 100644
--- a/FileIO/TetGenInterface.h
+++ b/FileIO/TetGenInterface.h
@@ -72,15 +72,6 @@ public:
 	                     const std::string &geo_name) const;
 
 private:
-	/**
-	 * Method reads the facets from stream and stores them in a GeoLib::Surface vector.
-	 * For this purpose it uses methods parseFacetsHeader() and parseFacets().
-	 * @param input  the input stream
-	 * @return true, if all information is read, false if the method detects an error
-	 */
-	bool readFacetsFromStream(std::ifstream &input,
-	                          std::vector<GeoLib::Point*> &points);
-
 	/// Returns the declared number of facets in the poly file.
 	std::size_t getNFacets(std::ifstream &input) const;
 
-- 
GitLab