aboutsummaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-src::Patch::Patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Patch::Patch.h')
-rw-r--r--graphics/gsculpt/files/patch-src::Patch::Patch.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gsculpt/files/patch-src::Patch::Patch.h b/graphics/gsculpt/files/patch-src::Patch::Patch.h
deleted file mode 100644
index 8ce79f8fc67b..000000000000
--- a/graphics/gsculpt/files/patch-src::Patch::Patch.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Patch/Patch.h.orig Mon Jul 21 16:20:46 2003
-+++ ./src/Patch/Patch.h Mon Jul 21 16:27:54 2003
-@@ -7,6 +7,8 @@
-
- #include <vector>
-
-+using std::vector;
-+
- //generates the indices of the vertices which make up quadrilateral faces, which
- //form a rectangular patch
- void patchGenerateQuadList(vector<int>& quads, int widthFaces, int heightFaces,