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

Commit 446d13c

Browse files
authored
Revert "[Linux][A11y] implement AtkEditableText interface (#33955)"
This reverts commit 5ca80bd.
1 parent 5ca80bd commit 446d13c

10 files changed

+136
-1360
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,9 +2133,6 @@ FILE: ../../../flutter/shell/platform/linux/fl_accessibility_plugin.h
21332133
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.cc
21342134
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.h
21352135
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node_test.cc
2136-
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.cc
2137-
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.h
2138-
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field_test.cc
21392136
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.cc
21402137
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.h
21412138
FILE: ../../../flutter/shell/platform/linux/fl_basic_message_channel.cc

shell/platform/linux/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ source_set("flutter_linux_sources") {
9999
sources = [
100100
"fl_accessibility_plugin.cc",
101101
"fl_accessible_node.cc",
102-
"fl_accessible_text_field.cc",
103102
"fl_backing_store_provider.cc",
104103
"fl_basic_message_channel.cc",
105104
"fl_binary_codec.cc",
@@ -193,7 +192,6 @@ executable("flutter_linux_unittests") {
193192

194193
sources = [
195194
"fl_accessible_node_test.cc",
196-
"fl_accessible_text_field_test.cc",
197195
"fl_basic_message_channel_test.cc",
198196
"fl_binary_codec_test.cc",
199197
"fl_binary_messenger_test.cc",

0 commit comments

Comments
 (0)