From 909e5466e64d438ec6f803c7e284d9a1388ef06c Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 30 Jan 2023 10:50:32 +0100 Subject: [PATCH] Remove IdentityVerifier forward declaration This class has been removed since ages. --- common/rfb/CConnection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h index dca98a92..31dc687f 100644 --- a/common/rfb/CConnection.h +++ b/common/rfb/CConnection.h @@ -35,7 +35,6 @@ namespace rfb { class CMsgReader; class CMsgWriter; class CSecurity; - class IdentityVerifier; class CConnection : public CMsgHandler { public: -- 2.39.5