From de8522a185f9d62eaefb37d0f1a5e2e77c73c175 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 2 Jun 2023 01:37:53 +0200 Subject: lint --- src/GridImagePackModel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GridImagePackModel.cpp') 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, -- cgit 1.5.1