wsd/DocumentBroker.cpp | 5 ----- 1 file changed, 5 deletions(-) New commits: commit 0a2033d68800f3ed7346b43b344982bf929fbbcf Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed Jul 8 15:12:26 2020 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Wed Jul 8 16:30:13 2020 +0200
Bin pointless virtual function that only calls the base class function Pointless since my own 7f25109f72738706359a63c9062764699f00f568, so yeah, I should have noticed then. Change-Id: Ic34584134ef840b33b874952e0bba8d14d3fde2f Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98374 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp index a6b8c62e2..009de809d 100644 --- a/wsd/DocumentBroker.cpp +++ b/wsd/DocumentBroker.cpp @@ -155,11 +155,6 @@ public: { } - bool continuePolling() override - { - return TerminatingPoll::continuePolling(); - } - void pollingThread() override { // Delegate to the docBroker. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits