summary refs log tree commit diff
path: root/src/ui/Theme.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-30 08:01:26 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit1ac4f3a97b7920f310c4523aec2dfb6758c2bd24 (patch)
treeacc6ff0d13e5747e1002de51517466bad489ff0b /src/ui/Theme.h
parentMake sure jdenticon toggle is always initialized (diff)
downloadnheko-1ac4f3a97b7920f310c4523aec2dfb6758c2bd24.tar.xz
Remove unused struct
Diffstat (limited to 'src/ui/Theme.h')
-rw-r--r--src/ui/Theme.h7
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;