aboutsummaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-src::Model::CModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Model::CModel.cpp')
-rw-r--r--graphics/gsculpt/files/patch-src::Model::CModel.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/gsculpt/files/patch-src::Model::CModel.cpp b/graphics/gsculpt/files/patch-src::Model::CModel.cpp
deleted file mode 100644
index 9461fdb76ae4..000000000000
--- a/graphics/gsculpt/files/patch-src::Model::CModel.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./src/Model/CModel.cpp.orig Mon Jul 21 18:40:40 2003
-+++ ./src/Model/CModel.cpp Mon Jul 21 18:41:05 2003
-@@ -68,17 +68,17 @@
- }
-
-
--BBox CModel::getBBox(bool selectedOnly = true) const
-+BBox CModel::getBBox(bool selectedOnly) const
- {
- return BBox();
- }
-
--BBox CModel::getBBox(const Matrix4& m, bool selectedOnly = true) const
-+BBox CModel::getBBox(const Matrix4& m, bool selectedOnly) const
- {
- return BBox();
- }
-
--BBox CModel::getBBox(const Transformation *x, bool selectedOnly = true) const
-+BBox CModel::getBBox(const Transformation *x, bool selectedOnly) const
- {
- return BBox();
- }