diff --git a/engine/src/flutter/shell/platform/linux/fl_key_embedder_responder.h b/engine/src/flutter/shell/platform/linux/fl_key_embedder_responder.h index 1905d4b3fa..18e1f16ca5 100644 --- a/engine/src/flutter/shell/platform/linux/fl_key_embedder_responder.h +++ b/engine/src/flutter/shell/platform/linux/fl_key_embedder_responder.h @@ -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. //