1 files changed, 0 insertions, 2 deletions
diff --git a/src/GridImagePackModel.cpp b/src/GridImagePackModel.cpp
index 4260b6d6..2d5960a4 100644
--- a/src/GridImagePackModel.cpp
+++ b/src/GridImagePackModel.cpp
@@ -13,7 +13,6 @@
#include "Cache_p.h"
#include "emoji/Provider.h"
-
QString
emoji::categoryToName(emoji::Emoji::Category cat)
{
@@ -69,7 +68,6 @@ GridImagePackModel::GridImagePackModel(const std::string &roomId, bool stickers,
, room_id(roomId)
, columns(stickers ? 3 : 7)
{
-
if (!stickers) {
for (const auto &category : {
emoji::Emoji::Category::People,
|