diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 09:37:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 13:09:57 +0100 |
commit | 2b635e6de85a9364ec9159a0d827de40bff4a0b9 (patch) | |
tree | 1e9cfa78f453006aa614b00cfbab44827e08a13c /include | |
parent | c379aeec499af0c4960e8415fe91002b713c7a15 (diff) |
drop unused TreeView::set_top_entry
Change-Id: I70171b95baf29486c253e7d388ba59385da1d929
Reviewed-on: https://gerrit.libreoffice.org/82196
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weld.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index ac926469c60e..a6f38da05ec7 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -800,7 +800,6 @@ public: = 0; virtual void set_text_emphasis(int row, bool bOn, int col) = 0; virtual bool get_text_emphasis(int row, int col) const = 0; - virtual void set_top_entry(int pos) = 0; virtual void swap(int pos1, int pos2) = 0; virtual std::vector<int> get_selected_rows() const = 0; virtual void set_font_color(int pos, const Color& rColor) const = 0; |