mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-31 01:50:47 +03:00
Remove unused struct
This commit is contained in:
parent
c991f20284
commit
1ac4f3a97b
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue