diff options
Diffstat (limited to 'math/xgfe/files/patch-ticsLevel.cpp')
-rw-r--r-- | math/xgfe/files/patch-ticsLevel.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/xgfe/files/patch-ticsLevel.cpp b/math/xgfe/files/patch-ticsLevel.cpp deleted file mode 100644 index 67d12d558608..000000000000 --- a/math/xgfe/files/patch-ticsLevel.cpp +++ /dev/null @@ -1,12 +0,0 @@ -diff -u ticsLevel.cpp.orig ticsLevel.cpp ---- ticsLevel.cpp.orig Thu Jul 23 04:31:07 1998 -+++ ticsLevel.cpp Thu Oct 30 21:42:04 2003 -@@ -55,7 +55,7 @@ - - void ticsLevel::setTicsLevel() - { -- string level = ticsLevelEdit->text(); -+ string level = ticsLevelEdit->text().ascii(); - - gnuInt->setTicsLevel(level); - |