From 25a1ba71e3cf4250489291f688423963aa603498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 6 May 2023 17:09:32 +0200 Subject: Server and services configuration using separate objects --- src/message.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/message.h') diff --git a/src/message.h b/src/message.h index efdec8f..c3c6ba4 100644 --- a/src/message.h +++ b/src/message.h @@ -49,10 +49,4 @@ struct DirectMessageThread::Iterator::Priv vector> next; }; -struct DirectMessageService::Priv -{ - vector watchers; - mutex watcherLock; -}; - } -- cgit v1.2.3