Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 79d330e

Browse files
authored
[Windows] Remove header guard from generated key map (#48993)
No tests as this is a refactoring with no semantic changes. The generator was updated by flutter/flutter#140082
1 parent b5350e1 commit 79d330e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

shell/platform/windows/flutter_key_map.g.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_KEY_MAP_H_
6-
#define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_KEY_MAP_H_
7-
85
#include "flutter/shell/platform/windows/keyboard_key_embedder_handler.h"
96

107
#include <map>
@@ -335,5 +332,3 @@ const uint64_t KeyboardKeyEmbedderHandler::unicodePlane = 0x00000000000;
335332
const uint64_t KeyboardKeyEmbedderHandler::windowsPlane = 0x01600000000;
336333

337334
} // namespace flutter
338-
339-
#endif

0 commit comments

Comments
 (0)