From 82382915458a9de39d11d2e2591827ba769e8cd1 Mon Sep 17 00:00:00 2001 From: Gerhard Kitzler Date: Thu, 9 Oct 2014 07:58:21 +0000 Subject: [PATCH] removed empty Render() function --- nglib/nglib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nglib/nglib.cpp b/nglib/nglib.cpp index 1e7268f6..c540b3f7 100644 --- a/nglib/nglib.cpp +++ b/nglib/nglib.cpp @@ -1221,7 +1221,7 @@ namespace netgen - void Render() { ; } + //void Render() { ; } } // End of namespace netgen