From: Pierre Ossman Date: Mon, 30 Jan 2023 09:50:32 +0000 (+0100) Subject: Remove IdentityVerifier forward declaration X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=909e5466e64d438ec6f803c7e284d9a1388ef06c;p=tigervnc.git Remove IdentityVerifier forward declaration This class has been removed since ages. --- 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: