diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-08-03 12:21:29 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-08-03 12:21:29 +0200 |
commit | ec8b7bc012503559841c96c5a16c13798c103387 (patch) | |
tree | bc0f4c2a2b066a6ea6a4737725e1008132e9afd6 /wsd/ClientSession.hpp | |
parent | 468f8fedb5aca9b56134f86e8e77864a2ad85d7f (diff) |
Revert "Cancel tiles also in wsd's senderqueue"
This reverts commit 0bb96131c495dfe1d98ebbfe01df5c4268d16de8.
Change-Id: Iffea072aabc88e5150e6ec069917b7965850683a
Diffstat (limited to 'wsd/ClientSession.hpp')
-rw-r--r-- | wsd/ClientSession.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp index 29618a6cd..ae8a6937d 100644 --- a/wsd/ClientSession.hpp +++ b/wsd/ClientSession.hpp @@ -101,8 +101,6 @@ public: } } - void cancelTilesInQueue(); - /// Set the save-as socket which is used to send convert-to results. void setSaveAsSocket(const std::shared_ptr<StreamSocket>& socket) { |