diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 09:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 09:59:17 +0100 |
commit | 98f2bd667c45ad8d041673c99678e2f95a749b55 (patch) | |
tree | 4a91f1a6476d619cb398c6c1bce39f197a545ce7 /include/formula | |
parent | 1d69cf32a73c0720882731ebf3eb5d2f07fce246 (diff) |
loplugin:unusedmethods
Remove a filtering step in the python script that was hiding some
results
Change-Id: Id94268f150902405ab197c077f18aaedf98845fc
Reviewed-on: https://gerrit.libreoffice.org/83256
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/formula.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index c6a237ac9d59..dd4586c29ab1 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -92,7 +92,6 @@ public: private: std::unique_ptr<FormulaDlg_Impl, o3tl::default_delete<FormulaDlg_Impl>> m_pImpl; - DECL_LINK( UpdateFocusHdl, Timer*, void ); protected: void disableOk(); |