From c6a3b0a2ecf37fa9805046b04fd30f86e395557a Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 7 Dec 2014 20:52:25 +0000 Subject: [PATCH] remove pretty animation driver header, followup on d25c0a8 --- includes/CMakeLists.txt | 7 ------- includes/Plasma/AnimationDriver | 1 - 2 files changed, 8 deletions(-) delete mode 100644 includes/Plasma/AnimationDriver diff --git a/includes/CMakeLists.txt b/includes/CMakeLists.txt index 174a9993..8a4005da 100644 --- a/includes/CMakeLists.txt +++ b/includes/CMakeLists.txt @@ -866,13 +866,6 @@ if(QT_QTOPENGL_FOUND) DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel) endif(QT_QTOPENGL_FOUND) -if(NOT KDE_NO_DEPRECATED) -install( FILES - Plasma/AnimationDriver -DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel) -endif(NOT KDE_NO_DEPRECATED) - - install(FILES KUnitConversion/Converter KUnitConversion/Unit diff --git a/includes/Plasma/AnimationDriver b/includes/Plasma/AnimationDriver deleted file mode 100644 index 44c18729..00000000 --- a/includes/Plasma/AnimationDriver +++ /dev/null @@ -1 +0,0 @@ -#include "../../plasma/animationdriver.h"