diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:28 +0100 |
commit | 4d422c52e64e1f06f46174b8cfbb70d17543e418 (patch) | |
tree | f2da2dace42639c69bc28f7e27dddbf25a12d938 /accounts/maildir/CMakeLists.txt | |
parent | 06a2d75d5e4c050fee5c52c7e220cf3e945fbdf6 (diff) | |
download | kube-4d422c52e64e1f06f46174b8cfbb70d17543e418.tar.gz kube-4d422c52e64e1f06f46174b8cfbb70d17543e418.zip |
Removed the unused maildircontroller
Diffstat (limited to 'accounts/maildir/CMakeLists.txt')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index c8bf37c9..e50d4179 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt | |||
@@ -31,7 +31,6 @@ include_directories(../../framework/) | |||
31 | set(SRCS | 31 | set(SRCS |
32 | maildirsettings.cpp | 32 | maildirsettings.cpp |
33 | maildiraccountplugin.cpp | 33 | maildiraccountplugin.cpp |
34 | maildircontroller.cpp | ||
35 | ) | 34 | ) |
36 | 35 | ||
37 | add_library(maildiraccountplugin SHARED ${SRCS}) | 36 | add_library(maildiraccountplugin SHARED ${SRCS}) |