diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:08:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:01:00 +0100 |
commit | 162f85283699692c5adf07e5b292979688bded93 (patch) | |
tree | b0aaebec113e69770b861d39b06ff64af4b278b0 /include/vcl/svtabbx.hxx | |
parent | 1129c848b360bd76174c941bb8fd98bfa5b9119c (diff) |
loplugin:unusedmethods
Change-Id: I65354c7476dfaede1a607441d7c1b0c7ad038df4
Reviewed-on: https://gerrit.libreoffice.org/82186
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/svtabbx.hxx')
-rw-r--r-- | include/vcl/svtabbx.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx index bec86aa8c9ba..fda6c2a28c35 100644 --- a/include/vcl/svtabbx.hxx +++ b/include/vcl/svtabbx.hxx @@ -138,8 +138,6 @@ public: sal_uLong nPos = TREELIST_APPEND, sal_uInt16 nCol = 0xffff, void* pUserData = nullptr ) override; virtual sal_uLong Insert( SvTreeListEntry* pEnt,SvTreeListEntry* pPar,sal_uLong nPos=TREELIST_APPEND) override; virtual sal_uLong Insert( SvTreeListEntry* pEntry, sal_uLong nRootPos = TREELIST_APPEND ) override; - void RemoveEntry( SvTreeListEntry const * _pEntry ); - void Clear(); // Accessible ------------------------------------------------------------- |