diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-28 21:14:41 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-28 21:14:41 +0200 |
commit | 9de1ec1b7b521227e9df2850be19242b4876ed95 (patch) | |
tree | c6227f73c6a66aa4ef5891267e18299d05318a8f /CMakeLists.txt | |
parent | Add some missing references (diff) | |
download | nheko-9de1ec1b7b521227e9df2850be19242b4876ed95.tar.xz |
Fix crash when inviting users
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 1fd460b2..0ab8a63b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,7 +195,6 @@ set(SRC_FILES src/Community.cc src/Deserializable.cc src/InviteeItem.cc - src/InputValidator.cc src/LoginPage.cc src/MainWindow.cc src/MatrixClient.cc |