summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files')
-rw-r--r--graphics/gsculpt/files/patch-Makefile27
-rw-r--r--graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h10
-rw-r--r--graphics/gsculpt/files/patch-src::Editor::StatusBar.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Editor::Toolbox.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Events::Event.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Faces::CFace.h10
-rw-r--r--graphics/gsculpt/files/patch-src::FileIO::fileio.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h11
-rw-r--r--graphics/gsculpt/files/patch-src::LogGrid::CGrid.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Math::BBox.h10
-rw-r--r--graphics/gsculpt/files/patch-src::Model::CModel.cpp23
-rw-r--r--graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp19
-rw-r--r--graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h14
-rw-r--r--graphics/gsculpt/files/patch-src::Patch::Patch.h11
-rw-r--r--graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp11
-rw-r--r--graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp11
-rw-r--r--graphics/gsculpt/files/patch-src::Templates::array.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Tools::ToolGroup.h12
-rw-r--r--graphics/gsculpt/files/patch-src::Tools::Toolset.h12
-rw-r--r--graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h14
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp11
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::ListManager.h12
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp13
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::NameDialog.h11
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp12
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::messageBox.h12
-rw-r--r--graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp11
-rw-r--r--graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h11
-rw-r--r--graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp11
29 files changed, 0 insertions, 365 deletions
diff --git a/graphics/gsculpt/files/patch-Makefile b/graphics/gsculpt/files/patch-Makefile
deleted file mode 100644
index 7612dd4ea..000000000
--- a/graphics/gsculpt/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Mon Jul 21 19:59:12 2003
-+++ Makefile Mon Jul 21 19:59:38 2003
-@@ -27,7 +27,6 @@
-
- # C
-
--CC := gcc
- CFLAGS = ${DEPENDFLAGS}
-
- %.o : %.c
-@@ -35,7 +34,6 @@
-
- # C++
-
--CXX := g++
- CXXFLAGS = ${DEPENDFLAGS}
-
- %.o : %.cc
-@@ -57,7 +55,7 @@
-
- # linker
-
--LINKER := g++
-+LINKER := ${CXX}
- LDFLAGS =
- LOADLIBES := -O3 -lm `gtk-config --libs`
-
diff --git a/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h b/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h
deleted file mode 100644
index 41590d53b..000000000
--- a/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/Edges/CEdgeContainer.h.orig Mon Jul 21 18:32:59 2003
-+++ ./src/Edges/CEdgeContainer.h Mon Jul 21 18:33:24 2003
-@@ -13,6 +13,7 @@
-
- #include "CEdge.h"
-
-+using std::set;
-
- /*
- *******************************************************************************
diff --git a/graphics/gsculpt/files/patch-src::Editor::StatusBar.h b/graphics/gsculpt/files/patch-src::Editor::StatusBar.h
deleted file mode 100644
index 05288044f..000000000
--- a/graphics/gsculpt/files/patch-src::Editor::StatusBar.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Editor/StatusBar.h.orig Mon Jul 21 16:36:37 2003
-+++ ./src/Editor/StatusBar.h Mon Jul 21 16:36:49 2003
-@@ -9,7 +9,7 @@
-
- #include <gtk/gtkwidget.h>
-
--
-+using std::string;
-
- class StatusBar
- {
diff --git a/graphics/gsculpt/files/patch-src::Editor::Toolbox.h b/graphics/gsculpt/files/patch-src::Editor::Toolbox.h
deleted file mode 100644
index 9912d1691..000000000
--- a/graphics/gsculpt/files/patch-src::Editor::Toolbox.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Editor/Toolbox.h.orig Mon Jul 21 18:37:37 2003
-+++ ./src/Editor/Toolbox.h Mon Jul 21 18:37:46 2003
-@@ -13,7 +13,7 @@
-
- #include <gtk/gtkwidget.h>
-
--
-+using std::string;
-
- class Toolbox
- {
diff --git a/graphics/gsculpt/files/patch-src::Events::Event.h b/graphics/gsculpt/files/patch-src::Events::Event.h
deleted file mode 100644
index e79de7bc1..000000000
--- a/graphics/gsculpt/files/patch-src::Events::Event.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Events/Event.h.orig Mon Jul 21 16:31:20 2003
-+++ ./src/Events/Event.h Mon Jul 21 16:31:32 2003
-@@ -10,7 +10,7 @@
- #define EVENTH
-
- #include <string>
--
-+using std::string;
-
-
-
diff --git a/graphics/gsculpt/files/patch-src::Faces::CFace.h b/graphics/gsculpt/files/patch-src::Faces::CFace.h
deleted file mode 100644
index 24f6eb5e4..000000000
--- a/graphics/gsculpt/files/patch-src::Faces::CFace.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/Faces/CFace.h.orig Mon Jul 21 18:33:51 2003
-+++ ./src/Faces/CFace.h Mon Jul 21 18:34:02 2003
-@@ -17,6 +17,7 @@
-
- #include "Point3.h"
-
-+using std::vector;
-
- /*
- *******************************************************************************
diff --git a/graphics/gsculpt/files/patch-src::FileIO::fileio.h b/graphics/gsculpt/files/patch-src::FileIO::fileio.h
deleted file mode 100644
index 3c0ad9085..000000000
--- a/graphics/gsculpt/files/patch-src::FileIO::fileio.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/FileIO/fileio.h.orig Mon Jul 21 16:28:28 2003
-+++ ./src/FileIO/fileio.h Mon Jul 21 16:28:40 2003
-@@ -8,7 +8,7 @@
- #include <stdio.h>
-
- #include <string>
--
-+using std::string;
-
- string readString(FILE *f);
- void writeString(FILE *f, const string& s);
diff --git a/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h b/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h
deleted file mode 100644
index 572aeed90..000000000
--- a/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Journal/JournalTaskProgress.h.orig Mon Jul 21 16:38:59 2003
-+++ ./src/Journal/JournalTaskProgress.h Mon Jul 21 16:39:09 2003
-@@ -10,7 +10,7 @@
-
- #include "MultiThreading.h"
-
--
-+using std::string;
-
-
- class JournalTaskProgress
diff --git a/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h b/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h
deleted file mode 100644
index 409b3b140..000000000
--- a/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/LogGrid/CGrid.h.orig Mon Jul 21 16:32:01 2003
-+++ ./src/LogGrid/CGrid.h Mon Jul 21 16:32:11 2003
-@@ -6,7 +6,7 @@
- #define CGRIDH
-
- #include <list>
--
-+using std::list;
-
- #include "array.h"
-
diff --git a/graphics/gsculpt/files/patch-src::Math::BBox.h b/graphics/gsculpt/files/patch-src::Math::BBox.h
deleted file mode 100644
index 2747163d1..000000000
--- a/graphics/gsculpt/files/patch-src::Math::BBox.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/Math/BBox.h.orig Mon Jul 21 16:29:27 2003
-+++ ./src/Math/BBox.h Mon Jul 21 16:30:21 2003
-@@ -12,6 +12,7 @@
- #include "Point3.h"
- #include "Plane.h"
- #include "Line3.h"
-+using std::vector;
-
-
-
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 9461fdb76..000000000
--- 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();
- }
diff --git a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp b/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp
deleted file mode 100644
index e24a6a158..000000000
--- a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./src/ObjEdit/ObjectCollection.cpp.orig Mon Jul 21 18:47:55 2003
-+++ ./src/ObjEdit/ObjectCollection.cpp Mon Jul 21 19:44:26 2003
-@@ -326,11 +326,14 @@
- UniqueId ObjectCollection::getUniqueId(const string& name) const
- {
- IdTable::const_iterator iter = nameToId.find(name);
-- if ( iter != objects.end() )
-+
-+ //if (iter != objects.end() )
-+ // Is this correct? 21.7.03, barner@in.tum.de
-+ if (iter != nameToId.end())
- {
- return (*iter).second;
- }
-- else
-+ else
- {
- return -1;
- }
diff --git a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h b/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h
deleted file mode 100644
index 055cced04..000000000
--- a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./src/ObjEdit/ObjectCollection.h.orig Mon Jul 21 18:43:57 2003
-+++ ./src/ObjEdit/ObjectCollection.h Mon Jul 21 18:47:09 2003
-@@ -23,7 +23,10 @@
- #include "Journal.h"
- #include "ListManager.h"
-
--
-+using std::string;
-+using std::map;
-+using std::set;
-+using std::list;
-
-
- class ObjectCollection : public JournalCollection
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 8ce79f8fc..000000000
--- 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,
diff --git a/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp b/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp
deleted file mode 100644
index be37e1b41..000000000
--- a/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/PolylineTools/ToolPolyDraw.cpp.orig Mon Jul 21 19:13:35 2003
-+++ ./src/PolylineTools/ToolPolyDraw.cpp Mon Jul 21 19:14:06 2003
-@@ -27,7 +27,7 @@
-
- #include "Point3.h"
-
--
-+using std::ostrstream;
-
-
-
diff --git a/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp b/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp
deleted file mode 100644
index bd87ff642..000000000
--- a/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/SelectTools/ToolSelectBase.cpp.orig Mon Jul 21 19:10:28 2003
-+++ ./src/SelectTools/ToolSelectBase.cpp Mon Jul 21 19:11:17 2003
-@@ -146,7 +146,7 @@
- ToolSelectBase::ToolSelectBase( CadView *v,
- ObjPainterManager *pman,
- const string& funcName, const string& optTitle,
-- int tableWidth = 1 )
-+ int tableWidth )
- : ToolSelectModel( v, pman, funcName, optTitle, tableWidth ),
- CadClickAndDragEventHandler( v->getCadArea() )
- {
diff --git a/graphics/gsculpt/files/patch-src::Templates::array.h b/graphics/gsculpt/files/patch-src::Templates::array.h
deleted file mode 100644
index b4ba45b02..000000000
--- a/graphics/gsculpt/files/patch-src::Templates::array.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Templates/array.h.orig Thu Jan 10 07:22:01 2002
-+++ src/Templates/array.h Fri Sep 3 00:48:47 2004
-@@ -100,7 +100,7 @@
- }
-
- //construct from C array
-- array(T *inData, int aSize, int initialCap = aSize)
-+ array(T *inData, int aSize, int initialCap)
- {
- sz = aSize;
- cap = initialCap;
diff --git a/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h b/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h
deleted file mode 100644
index b75f2d3f9..000000000
--- a/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Tools/ToolGroup.h.orig Mon Jul 21 18:34:42 2003
-+++ ./src/Tools/ToolGroup.h Mon Jul 21 18:34:57 2003
-@@ -13,7 +13,8 @@
-
- #include "GridLayout.h"
-
--
-+using std::vector;
-+using std::string;
-
- class ToolGroup
- {
diff --git a/graphics/gsculpt/files/patch-src::Tools::Toolset.h b/graphics/gsculpt/files/patch-src::Tools::Toolset.h
deleted file mode 100644
index 709d10b6d..000000000
--- a/graphics/gsculpt/files/patch-src::Tools::Toolset.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Tools/Toolset.h.orig Mon Jul 21 16:35:45 2003
-+++ ./src/Tools/Toolset.h Mon Jul 21 16:36:04 2003
-@@ -18,7 +18,8 @@
- #include "CadView.h"
- #include "Toolbox.h"
-
--
-+using std::string;
-+using std::vector;
-
- class Toolset
- {
diff --git a/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h b/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h
deleted file mode 100644
index bf9f4ed1f..000000000
--- a/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./src/TypeManager/TypeManager.h.orig Mon Jul 21 16:37:26 2003
-+++ ./src/TypeManager/TypeManager.h Mon Jul 21 16:38:08 2003
-@@ -10,7 +10,10 @@
- #include <map>
- #include <list>
-
--
-+using std::string;
-+using std::vector;
-+using std::map;
-+using std::list;
-
-
-
diff --git a/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp b/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp
deleted file mode 100644
index 0853e22d5..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Widgets/ListManager.cpp.orig Mon Jul 21 19:25:18 2003
-+++ ./src/Widgets/ListManager.cpp Mon Jul 21 19:25:30 2003
-@@ -10,7 +10,7 @@
-
- #include "ListManager.h"
-
--
-+using std::set;
-
-
- ListManager::ListManager(const string& columnTitle)
diff --git a/graphics/gsculpt/files/patch-src::Widgets::ListManager.h b/graphics/gsculpt/files/patch-src::Widgets::ListManager.h
deleted file mode 100644
index 2b6e18dcb..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::ListManager.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Widgets/ListManager.h.orig Mon Jul 21 18:41:55 2003
-+++ ./src/Widgets/ListManager.h Mon Jul 21 18:43:28 2003
-@@ -14,7 +14,8 @@
-
- #include <gtk/gtkwidget.h>
-
--
-+using std::multiset;
-+using std::string;
-
-
- class ListManager
diff --git a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp
deleted file mode 100644
index ccd764ccb..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./src/Widgets/NameDialog.cpp.orig Mon Jul 21 19:27:45 2003
-+++ ./src/Widgets/NameDialog.cpp Mon Jul 21 19:28:18 2003
-@@ -44,8 +44,8 @@
- }
-
- NameDialog::NameDialog(NameDialogListener *l,
-- const string& title = "Name",
-- const string& prompt = "name:")
-+ const string& title,
-+ const string& prompt )
- {
- listener = l;
- constructorCommon(title, prompt);
diff --git a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h
deleted file mode 100644
index 989200a7a..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Widgets/NameDialog.h.orig Mon Jul 21 19:26:12 2003
-+++ ./src/Widgets/NameDialog.h Mon Jul 21 19:26:22 2003
-@@ -15,7 +15,7 @@
-
- #include "callback.h"
-
--
-+using std::string;
-
-
- class NameDialog;
diff --git a/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp b/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp
deleted file mode 100644
index b14e44bae..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Widgets/VectorWidget.cpp.orig Mon Jul 21 19:22:12 2003
-+++ ./src/Widgets/VectorWidget.cpp Mon Jul 21 19:23:30 2003
-@@ -13,7 +13,8 @@
-
- #include "VectorWidget.h"
-
--
-+using std::ostrstream;
-+using std::istrstream;
-
- /*
- *******************************************************************************
diff --git a/graphics/gsculpt/files/patch-src::Widgets::messageBox.h b/graphics/gsculpt/files/patch-src::Widgets::messageBox.h
deleted file mode 100644
index 3629cf869..000000000
--- a/graphics/gsculpt/files/patch-src::Widgets::messageBox.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Widgets/messageBox.h.orig Mon Jul 21 18:59:01 2003
-+++ ./src/Widgets/messageBox.h Mon Jul 21 18:59:17 2003
-@@ -8,7 +8,8 @@
- #include <string>
- #include <vector>
-
--
-+using std::string;
-+using std::vector;
-
- /*
- *******************************************************************************
diff --git a/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp b/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp
deleted file mode 100644
index 8d642da37..000000000
--- a/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/WorkArea/CAEH_grid.cpp.orig Mon Jul 21 16:34:35 2003
-+++ ./src/WorkArea/CAEH_grid.cpp Mon Jul 21 16:34:54 2003
-@@ -8,7 +8,7 @@
- #include "CAEH_grid.h"
-
- #include <strstream>
--
-+using std::ostrstream;
-
-
- CAEH_grid::CAEH_grid(CadArea *c, const CGrid& gr)
diff --git a/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h b/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h
deleted file mode 100644
index a89c2964d..000000000
--- a/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/WorkArea/DrawingArea.h.orig Mon Jul 21 16:32:55 2003
-+++ ./src/WorkArea/DrawingArea.h Mon Jul 21 16:33:25 2003
-@@ -27,7 +27,7 @@
- #include "Geometry.h"
- #include "PointerStatus.h"
-
--
-+using std::list;
-
- /******************************************************************************
- ******************************************************************************
diff --git a/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp b/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp
deleted file mode 100644
index 681ce650e..000000000
--- a/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/XformTools/ToolTransformModel.cpp.orig Mon Jul 21 19:05:58 2003
-+++ ./src/XformTools/ToolTransformModel.cpp Mon Jul 21 19:06:20 2003
-@@ -15,7 +15,7 @@
- ObjPainterManager *pman,
- const string& funcName,
- const string& optTitle,
-- int tableWidth = 1)
-+ int tableWidth)
- : ToolModifyModel(v, pman, funcName, optTitle, tableWidth)
- {
- }