diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-01 13:35:10 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-01 13:35:10 +0300 |
commit | 990a3a97c7578c30223ff4f348b9241be75f5bf9 (patch) | |
tree | 392164db51daf80aac81bde90f35129dd338b972 /src/RoomInfoListItem.cpp | |
parent | Remove nix script which was unmaintained (diff) | |
download | nheko-990a3a97c7578c30223ff4f348b9241be75f5bf9.tar.xz |
Merge matrix-structs into the client lib
Diffstat (limited to 'src/RoomInfoListItem.cpp')
-rw-r--r-- | src/RoomInfoListItem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RoomInfoListItem.cpp b/src/RoomInfoListItem.cpp index 172cdb90..4edd7b89 100644 --- a/src/RoomInfoListItem.cpp +++ b/src/RoomInfoListItem.cpp @@ -20,8 +20,6 @@ #include <QMouseEvent> #include <QPainter> -#include <variant.hpp> - #include "Cache.h" #include "Config.h" #include "RoomInfoListItem.h" |