Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cooper <tim.cooper@layeh.com>2015-06-18 14:08:37 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit2acd97ae065dc6f0970d620ffb62e3dc17cb797e (patch)
tree67044739ee31a0d756049f0dafea118cf2c096c3 /src/murmur/MurmurGRPCImpl.h
parent39984f6c60c64c71c81cd6bd6ed3d94690fc1cf0 (diff)
grpc: remove ContextActionService.Events listeners after they fail
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.h')
-rw-r--r--src/murmur/MurmurGRPCImpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/murmur/MurmurGRPCImpl.h b/src/murmur/MurmurGRPCImpl.h
index 031ed11bb..f2e83241e 100644
--- a/src/murmur/MurmurGRPCImpl.h
+++ b/src/murmur/MurmurGRPCImpl.h
@@ -96,7 +96,6 @@ class MurmurRPCImpl : public QThread {
// ContextActionService
QHash<int, QMultiHash<QString, ::MurmurRPC::Wrapper::ContextActionService_Events *> > qhContextActionListeners;
- void contextActionCb(::MurmurRPC::Wrapper::ContextActionService_Events *stream, bool ok);
public slots:
void cleanup();