summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-12 19:28:11 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit651d620afdd9f3e3b43a05b849d60aedd0d8a0c5 (patch)
treed7245651e0eb35143cbc00b96ae1806308afb3ea /src
parentFix typo (diff)
downloadnheko-651d620afdd9f3e3b43a05b849d60aedd0d8a0c5.tar.xz
Remove unnecessary stuff
Diffstat (limited to 'src')
-rw-r--r--src/JdenticonProvider.h2
-rw-r--r--src/MainWindow.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/JdenticonProvider.h b/src/JdenticonProvider.h

index 053842bb..98dd9c8e 100644 --- a/src/JdenticonProvider.h +++ b/src/JdenticonProvider.h
@@ -7,8 +7,6 @@ #include <mtx/common.hpp> -#include <boost/optional.hpp> - #include "jdenticoninterface.h" namespace Jdenticon { diff --git a/src/MainWindow.h b/src/MainWindow.h
index 18bcfe3d..d9ffb9b1 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h
@@ -106,8 +106,6 @@ signals: void reload(); private: - bool loadJdenticonPlugin(); - void showDialog(QWidget *dialog); bool hasActiveUser(); void restoreWindowSize();