summaryrefslogtreecommitdiff
path: root/math/graphthing/files/patch-matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/graphthing/files/patch-matrix.h')
-rw-r--r--math/graphthing/files/patch-matrix.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/graphthing/files/patch-matrix.h b/math/graphthing/files/patch-matrix.h
deleted file mode 100644
index 04968852aa95..000000000000
--- a/math/graphthing/files/patch-matrix.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/matrix.h.orig Thu Nov 28 05:36:37 2002
-+++ src/matrix.h Thu Nov 28 05:40:53 2002
-@@ -24,12 +24,13 @@
- ~MatrixRep ();
- };
-
-- MatrixRep *rep;
-
- void unref ();
- void mutator ();
-
- public:
-+ MatrixRep *rep;
-+
- Matrix (unsigned int _rows, unsigned int _columns);
- Matrix (const Matrix &other);
- ~Matrix ();