diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-12-02 12:08:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-12-02 14:00:55 +0100 |
commit | 18c2199537b405dfb549d44ee1d29a58105ec86c (patch) | |
tree | a0b2d2119ef6073e175c4e4d848354b0775e17dd /vcl/inc/salinst.hxx | |
parent | aa443205e634880c8e3e35776f2b07675a798f85 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ie010deb5cdf9da20f2ca60d79feabf1c0de93c57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177669
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 1fbe86285054..b8549b23fc5f 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -195,7 +195,6 @@ public: // callbacks for printer updates virtual void updatePrinterUpdate() {} - virtual void jobEndedPrinterUpdate() {} /// Set the app's (somewhat) magic/main-thread to this one. virtual void updateMainThread() {} |