diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-08-30 08:01:26 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-09-11 19:35:31 -0400 |
commit | 1ac4f3a97b7920f310c4523aec2dfb6758c2bd24 (patch) | |
tree | acc6ff0d13e5747e1002de51517466bad489ff0b /src/ui/Theme.h | |
parent | Make sure jdenticon toggle is always initialized (diff) | |
download | nheko-1ac4f3a97b7920f310c4523aec2dfb6758c2bd24.tar.xz |
Remove unused struct
Diffstat (limited to 'src/ui/Theme.h')
-rw-r--r-- | src/ui/Theme.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/Theme.h b/src/ui/Theme.h index 254fbadf..cc39714b 100644 --- a/src/ui/Theme.h +++ b/src/ui/Theme.h @@ -8,13 +8,6 @@ #include <QPalette> namespace ui { -enum class AvatarType -{ - Image, - Letter, - Jdenticon -}; - // Default font size. const int FontSize = 16; |