diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-08-23 15:49:22 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-08-25 12:21:15 +0200 |
commit | d67657e67dde9e0b156d1dae82dacaf8713cdb66 (patch) | |
tree | e393772ac14343c05f527db7b22539040d235639 /common/rfb/CSecurityVeNCrypt.h | |
parent | 0ae1557ed9a7f8b46b6d7e2feaf2fad4cc2c3b3d (diff) | |
download | tigervnc-d67657e67dde9e0b156d1dae82dacaf8713cdb66.tar.gz tigervnc-d67657e67dde9e0b156d1dae82dacaf8713cdb66.zip |
Remove unused CSecurity::description()
Diffstat (limited to 'common/rfb/CSecurityVeNCrypt.h')
-rw-r--r-- | common/rfb/CSecurityVeNCrypt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/CSecurityVeNCrypt.h b/common/rfb/CSecurityVeNCrypt.h index 1e2a7e68..d087b2a4 100644 --- a/common/rfb/CSecurityVeNCrypt.h +++ b/common/rfb/CSecurityVeNCrypt.h @@ -38,7 +38,6 @@ namespace rfb { ~CSecurityVeNCrypt(); virtual bool processMsg(); int getType() const {return chosenType;} - virtual const char* description() const; virtual bool isSecure() const; protected: |