aboutsummaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-barOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-barOp.cpp')
-rw-r--r--math/xgfe/files/patch-barOp.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/xgfe/files/patch-barOp.cpp b/math/xgfe/files/patch-barOp.cpp
deleted file mode 100644
index 3898f4ecd178..000000000000
--- a/math/xgfe/files/patch-barOp.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- barOp.cpp.orig Thu May 7 07:46:39 1998
-+++ barOp.cpp Thu Oct 30 21:42:04 2003
-@@ -59,7 +59,7 @@
-
- void barOp::setBarOption()
- {
-- string barSize = barSizeEdit->text();
-+ string barSize = barSizeEdit->text().ascii();
-
- if (barSize != "")
- {
-@@ -67,7 +67,7 @@
- }
- else
- {
-- barSize = synList->currentText();
-+ barSize = synList->currentText().ascii();
- gnuInt->setBarSizeOption(barSize);
- }
-