2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Remove unused variables

This commit is contained in:
Klemens Nanni
2022-01-26 04:03:59 +03:00
committed by John Preston
parent 9f3f734b8c
commit 6decece009
4 changed files with 0 additions and 9 deletions

View File

@@ -49,8 +49,6 @@ enum class Type;
namespace InlineBots {
namespace Layout {
constexpr int kInlineItemsMaxPerRow = 5;
class ItemBase;
using Results = std::vector<std::unique_ptr<Result>>;