diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-05-16 12:00:20 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-05-16 12:00:20 +0000 |
commit | 2b006fd93177653cdb4ae87220265f52a34a0d65 (patch) | |
tree | f0f24febe62608355dae301757832333b9ee6c02 /common | |
parent | b5e5cddf9308e40fa101995848e4e680a2e8fd6f (diff) | |
download | tigervnc-2b006fd93177653cdb4ae87220265f52a34a0d65.tar.gz tigervnc-2b006fd93177653cdb4ae87220265f52a34a0d65.zip |
Remove old declaration that never actually maps to an object.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4415 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-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 fd9c5dc0..46ffff73 100644 --- a/common/rfb/CSecurityVeNCrypt.h +++ b/common/rfb/CSecurityVeNCrypt.h @@ -40,7 +40,6 @@ namespace rfb { int getType() const {return chosenType;} virtual const char* description() const { return secTypeName(chosenType); } - static StringParameter secTypesStr; protected: CSecurity *csecurity; SecurityClient *security; |