diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-02-12 15:24:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-02-12 15:30:41 +0200 |
commit | 7f71294ba699e509e64d03878c2dddbad62264eb (patch) | |
tree | b85c75accc9ccb82644461c31589186e2669c198 | |
parent | 14eea8a7ad790a96e070247d7561eb42febdf6f8 (diff) |
makeSvTabListBox is gone now
Change-Id: Idc42c0649279cb710ca1dbf1a9a67da4d006c735
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 0c26a25b3530..557c67d56aa7 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -504,7 +504,6 @@ custom_widgets = [ 'SuggestionDisplay', 'SuggestionEdit', 'SvSimpleTableContainer', - 'SvTabListBox', 'SvTreeListBox', 'SvtFileView', 'SvtIconChoiceCtrl', |