diff options
Diffstat (limited to 'x11/qrash/files/patch-at')
-rw-r--r-- | x11/qrash/files/patch-at | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/qrash/files/patch-at b/x11/qrash/files/patch-at deleted file mode 100644 index f977070e5632..000000000000 --- a/x11/qrash/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- dlines.cc.orig Sun Dec 26 17:31:31 1999 -+++ dlines.cc Sun Dec 26 17:31:41 1999 -@@ -24,7 +24,7 @@ - #include "smooth.h" - #include "image.h" - --const MIN_LINE_LIFE = 2*sysTimerRes, -+const int MIN_LINE_LIFE = 2*sysTimerRes, - MAX_LINE_LIFE = 4*sysTimerRes, - MAX_LINES = 300; - |