From 901add54cd5191b5a41ec11baddd669954c34025 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Aug 2020 13:41:06 +0200 Subject: loplugin:unusedmethods Change-Id: Ic3690d7f2a075d47ffed3db03ee6895ebdab441e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101070 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/control/edit.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/source/control/edit.cxx') diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index bd4a2aa20c38..91ee92f89029 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -2585,10 +2585,6 @@ void Edit::SetModifyFlag() { } -void Edit::ClearModifyFlag() -{ -} - void Edit::SetSubEdit(Edit* pEdit) { mpSubEdit.disposeAndClear(); -- cgit v1.2.1