diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-30 13:27:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-01 11:16:39 +0200 |
commit | a6f1841aedae66915bcc10287bdec21fc2ebe8eb (patch) | |
tree | e970f24b952d3508bc39c452c779a1e8c4b7d4cd /include/comphelper | |
parent | 73637f83ee92453eb6249acf9ceb2b39b5a9c4ea (diff) |
loplugin:unusedmethods
Change-Id: I3897ccb3349874672b778835b9c15642cb1a14f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174298
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/backupfilehelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx index abf8044a28ca..f77df7829ad4 100644 --- a/include/comphelper/backupfilehelper.hxx +++ b/include/comphelper/backupfilehelper.hxx @@ -107,7 +107,6 @@ namespace comphelper // allow to set static global flag when app had to call _exit() static void setExitWasCalled(); - static bool getExitWasCalled(); // This call initializes the state of the UserDirectory as needed, it may // initialize to SafeMode configuration or return from it by moving files |