summaryrefslogtreecommitdiff
path: root/vcl/source/control/edit.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 13:41:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 16:05:40 +0200
commit901add54cd5191b5a41ec11baddd669954c34025 (patch)
tree200b057dba6140ce5b40bc1e7d643f6214daca18 /vcl/source/control/edit.cxx
parent1e701a9d1cf67532026014d627ab96d28e8b8476 (diff)
loplugin:unusedmethods
Change-Id: Ic3690d7f2a075d47ffed3db03ee6895ebdab441e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101070 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control/edit.cxx')
-rw-r--r--vcl/source/control/edit.cxx4
1 files changed, 0 insertions, 4 deletions
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();