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
diff --git a/common/rfb/CSecurityVeNCrypt.h b/common/rfb/CSecurityVeNCrypt.h
index fd9c5dc..46ffff7 100644
--- a/common/rfb/CSecurityVeNCrypt.h
+++ b/common/rfb/CSecurityVeNCrypt.h
@@ -40,7 +40,6 @@
     int getType() const {return chosenType;}
     virtual const char* description() const { return secTypeName(chosenType); }
 
-    static StringParameter secTypesStr;
   protected:
     CSecurity *csecurity;
     SecurityClient *security;