summaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-KDChartTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-KDChartTable.h')
-rw-r--r--editors/calligra/files/patch-KDChartTable.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/calligra/files/patch-KDChartTable.h b/editors/calligra/files/patch-KDChartTable.h
deleted file mode 100644
index dbff1d90355a..000000000000
--- a/editors/calligra/files/patch-KDChartTable.h
+++ /dev/null
@@ -1,18 +0,0 @@
-$FreeBSD$
-
---- ./kchart/kdchart/KDChartTable.h.orig Tue Aug 13 18:05:16 2002
-+++ ./kchart/kdchart/KDChartTable.h Tue Aug 13 18:07:10 2002
-@@ -23,12 +23,10 @@
- #define MAXDOUBLE DBL_MAX
- #define MINDOUBLE DBL_MIN
- #define std
--#elif defined __APPLE__
-+#else
- #include <float.h>
- #define MAXDOUBLE DBL_MAX
- #define MINDOUBLE DBL_MIN
--#else
--#include <values.h>
- #include <limits.h>
- #include <math.h>
- #endif