diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-21 17:27:06 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-21 17:27:06 +0300 |
commit | 9d825b07ca7d7636a636da4220b849e5cc519b4f (patch) | |
tree | 5e120682e9b146397e63f557ecea22c080adfb4d /src/ChatPage.cc | |
parent | Clean up Top Bar (diff) | |
download | nheko-9d825b07ca7d7636a636da4220b849e5cc519b4f.tar.xz |
Remove dead code
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r-- | src/ChatPage.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc index 673f7b08..a37cc9f0 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc @@ -29,7 +29,6 @@ #include "OverlayModal.h" #include "QuickSwitcher.h" #include "RoomList.h" -#include "RoomState.h" #include "SideBarActions.h" #include "Splitter.h" #include "TextInputWidget.h" |