summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-04-26 08:39:22 -0400
committerAllen Winter <allen.winter@kdab.com>2015-04-26 08:39:22 -0400
commitfca76d92ba5f86227c2c6be1ca13b868f0633fd4 (patch)
treeefd3e4205e1548cf44f4091040d81f477d4dad15 /src
parent15da7f28d4bbebad9a11693d0a3f918e6a03480e (diff)
downloadlibical-git-fca76d92ba5f86227c2c6be1ca13b868f0633fd4.tar.gz
remove the old toplevel src/ical.h.
people should be using libical/ical.h by now
Diffstat (limited to 'src')
-rw-r--r--src/ical.h25
-rw-r--r--src/libical/CMakeLists.txt2
2 files changed, 0 insertions, 27 deletions
diff --git a/src/ical.h b/src/ical.h
deleted file mode 100644
index 43947199..00000000
--- a/src/ical.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/************************************************************************
-
- FILE: ical.h
- CREATOR: ajc 2008-sep-01
-
- (C) COPYRIGHT 2008 by Art Cancro
- http://libical.github.io/libical/
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- The LGPL as published by the Free Software Foundation, version 2.1
-
- Or:
-
- The Mozilla Public License Version 1.0.
-
- ************************************************************************/
-
-#ifdef _MSC_VER
-#pragma message("WARNING: #include <ical.h> is deprecated. Please #include <libical/ical.h> instead.")
-#else
-#warning "#include <ical.h> is deprecated. Please #include <libical/ical.h> instead."
-#endif
-#include <libical/ical.h>
diff --git a/src/libical/CMakeLists.txt b/src/libical/CMakeLists.txt
index 61c6d13e..22f94b8f 100644
--- a/src/libical/CMakeLists.txt
+++ b/src/libical/CMakeLists.txt
@@ -372,8 +372,6 @@ endif()
########### install files ###############
-install(FILES ${CMAKE_SOURCE_DIR}/src/ical.h DESTINATION ${INCLUDE_INSTALL_DIR})
-
install(FILES
${CMAKE_BINARY_DIR}/src/libical/ical.h
icalarray.h