aboutsummaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-rotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-rotation.cpp')
-rw-r--r--math/xgfe/files/patch-rotation.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/xgfe/files/patch-rotation.cpp b/math/xgfe/files/patch-rotation.cpp
deleted file mode 100644
index 7831f893951a..000000000000
--- a/math/xgfe/files/patch-rotation.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -u rotation.cpp.orig rotation.cpp
---- rotation.cpp.orig Thu Jul 23 04:31:04 1998
-+++ rotation.cpp Thu Oct 30 21:42:04 2003
-@@ -62,8 +62,8 @@
-
- void rotation::doOK()
- {
-- string scale = plotScalingEdit->text();
-- string zscale = zAxisScalingEdit->text();
-+ string scale = plotScalingEdit->text().ascii();
-+ string zscale = zAxisScalingEdit->text().ascii();
-
- gnuInt->setRotationXAxis(xAxisRotation);
- gnuInt->setRotationZAxis(zAxisRotation);