diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-06 11:44:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-07 07:18:48 +0100 |
commit | c19e688b1a1c3165e267eea971892869edb89569 (patch) | |
tree | 5e2b0ffd1363bec7a3c5c7e57dc8f8d7e20acf65 /sfx2 | |
parent | d1d328441118fb978cf3233a461ad95bdb092934 (diff) |
loplugin:unusedmethods
Change-Id: I7296b2fc2862d0ad1f68658b19b2a25cb7609df1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88080
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/AsynchronousCall.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/sidebar/AsynchronousCall.cxx b/sfx2/source/sidebar/AsynchronousCall.cxx index 151accc5d543..5a3ce8db240d 100644 --- a/sfx2/source/sidebar/AsynchronousCall.cxx +++ b/sfx2/source/sidebar/AsynchronousCall.cxx @@ -22,12 +22,6 @@ namespace sfx2::sidebar { -AsynchronousCall::AsynchronousCall() - : maAction(), - mnCallId(nullptr) -{ -} - AsynchronousCall::AsynchronousCall (const Action& rAction) : maAction(rAction), mnCallId(nullptr) |