summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-mesh-array.cpp')
-rw-r--r--src/sp-mesh-array.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sp-mesh-array.cpp b/src/sp-mesh-array.cpp
index 3b2d33bbd..249f9562e 100644
--- a/src/sp-mesh-array.cpp
+++ b/src/sp-mesh-array.cpp
@@ -72,12 +72,6 @@
enum { ROW, COL };
-static void swap_p( Geom::Point *p1, Geom::Point *p2 ) {
- Geom::Point temp = *p1;
- *p1 = *p2;
- *p2 = temp;
-};
-
SPMeshPatchI::SPMeshPatchI( std::vector<std::vector< SPMeshNode* > > * n, int r, int c ) {
nodes = n;