diff options
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index dff4cc4cb489..0b439c071e98 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,19 +515,14 @@ constructor_map = { } custom_widgets = [ - 'BookmarksBox', - 'ContentListBox', 'ContextVBox', 'DataTreeListBox', 'DropdownBox', 'EmojiView', - 'IndexBox', 'ManagedMenuButton', 'PriorityHBox', 'PriorityMergedHBox', 'RecentDocsView', - 'SearchBox', - 'SearchResultsBox', 'SidebarToolBox', 'TemplateDefaultView', ] |