summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher/files
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/dasher/files')
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_DasherViewSquare.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_DasherViewSquare.cpp b/accessibility/dasher/files/patch-Src_DasherCore_DasherViewSquare.cpp
deleted file mode 100644
index 13bcc487e..000000000
--- a/accessibility/dasher/files/patch-Src_DasherCore_DasherViewSquare.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Src/DasherCore/DasherViewSquare.cpp.orig 2007-07-09 23:30:03.000000000 -0400
-+++ Src/DasherCore/DasherViewSquare.cpp 2007-07-09 23:30:36.000000000 -0400
-@@ -781,7 +781,7 @@ inline myint CDasherViewSquare::CustomID
- else
- return quot;
- #else
-- lldiv_t res = __gnu_cxx::lldiv(iNumerator, iDenominator);
-+ lldiv_t res = lldiv(iNumerator, iDenominator);
-
- if(res.rem < 0)
- return res.quot - 1;