[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 8 14:30:32 UTC 2020
wsd/DocumentBroker.cpp | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 0a2033d68800f3ed7346b43b344982bf929fbbcf
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jul 8 15:12:26 2020 +0300
Commit: Tor Lillqvist <tml at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at 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.
More information about the Libreoffice-commits
mailing list