diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-10-31 19:41:58 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-01 14:21:33 +0900 |
commit | c842e8803924f477532dfcf0f37710e63d86d669 (patch) | |
tree | af11f0e8dbab7ab204a9d437fc30ed259fd76833 /CMakeLists.txt | |
parent | 9a6a06a4ac4cb52de37306dd8c9dcea6e00e6531 (diff) | |
download | libquotient-c842e8803924f477532dfcf0f37710e63d86d669.tar.gz libquotient-c842e8803924f477532dfcf0f37710e63d86d669.zip |
Removed unused code
These parts are either deprecated or just unlikely to be reused in the current form. Breaks Quaternion master as of now (it #includes logmessage.h).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e7a2db91..24cdd58d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,6 @@ set(libqmatrixclient_SRCS connection.cpp room.cpp user.cpp - logmessage.cpp state.cpp settings.cpp events/event.cpp |