[Libreoffice-commits] online.git: wsd/DocumentBroker.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Feb 8 13:48:55 UTC 2019


 wsd/DocumentBroker.hpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fb29e3989916d27208d318097f21626a31403c8d
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Feb 8 15:47:35 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Feb 8 15:47:35 2019 +0200

    There is no DocumentBroker::handleDialogPaintResponse() either
    
    Change-Id: I84daa5da83b9d27c8bedadeb8a5d660573e00eb4

diff --git a/wsd/DocumentBroker.hpp b/wsd/DocumentBroker.hpp
index 75fc05dc4..c9865a7eb 100644
--- a/wsd/DocumentBroker.hpp
+++ b/wsd/DocumentBroker.hpp
@@ -311,7 +311,6 @@ public:
     void sendRequestedTiles(const std::shared_ptr<ClientSession>& session);
     void cancelTileRequests(const std::shared_ptr<ClientSession>& session);
     void handleTileResponse(const std::vector<char>& payload);
-    void handleDialogPaintResponse(const std::vector<char>& payload, bool child);
     void handleTileCombinedResponse(const std::vector<char>& payload);
 
     bool isMarkedToDestroy() const { return _markToDestroy || _stop; }


More information about the Libreoffice-commits mailing list