summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-12-07 12:45:41 -0500
committerAllen Winter <allen.winter@kdab.com>2014-12-07 12:45:41 -0500
commita0cd25d196e25838c8a0300e3c7e76d605f9d7f7 (patch)
treef385d88e84312d115dc49912e7e244c6d76bf991 /config.h.cmake
parente2861eebff6afc1377eaf5b94b5464d6d415dc06 (diff)
downloadlibical-git-a0cd25d196e25838c8a0300e3c7e76d605f9d7f7.tar.gz
config.h - remove unused NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 2f31226d..0f220ad1 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -112,10 +112,6 @@
/* Define to 1 if you DO NOT WANT to see deprecated messages */
#define NO_WARN_DEPRECATED ${NO_WARN_DEPRECATED}
-/* Define to 1 if you DO NO WANT to see the warning messages related to
- ICAL_MALFORMEDDATA_ERROR and parsing .ics zoneinfo files */
-#cmakedefine NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK 1
-
/* Name of package */
#define PACKAGE "${CMAKE_PROJECT_NAME}"