Remove unused struct

This commit is contained in:
Loren Burkholder 2021-08-30 08:01:26 -04:00
parent c991f20284
commit 1ac4f3a97b
1 changed files with 0 additions and 7 deletions

View File

@ -8,13 +8,6 @@
#include <QPalette> #include <QPalette>
namespace ui { namespace ui {
enum class AvatarType
{
Image,
Letter,
Jdenticon
};
// Default font size. // Default font size.
const int FontSize = 16; const int FontSize = 16;