Remove unused constant (flutter/engine#56929)

This commit is contained in:
Robert Ancell 2024-12-04 15:21:48 +13:00 committed by GitHub
parent ec896de5c4
commit 4bcd6a93a1

View File

@ -8,8 +8,6 @@
#include "flutter/shell/platform/linux/fl_engine_private.h"
#include "flutter/shell/platform/linux/fl_key_event.h"
constexpr int kMaxConvertedKeyData = 3;
// The signature of a function that FlKeyEmbedderResponder calls on every key
// event.
//