diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:01:22 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:01:22 +0000 |
commit | 9c28a7b3b09eec9f7322222e18e5d1bbe917db60 (patch) | |
tree | b7e9857c63bb052e3014ec6fd8ad1a0a08466f87 /common/rfb/Security.h | |
parent | 94d88c1799d6446c132a2ac7198601487d792099 (diff) | |
download | tigervnc-9c28a7b3b09eec9f7322222e18e5d1bbe917db60.tar.gz tigervnc-9c28a7b3b09eec9f7322222e18e5d1bbe917db60.zip |
Remove unneeded secTypeEncrypts() function.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4035 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Security.h')
-rw-r--r-- | common/rfb/Security.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/Security.h b/common/rfb/Security.h index d890d560..9ccfb56b 100644 --- a/common/rfb/Security.h +++ b/common/rfb/Security.h @@ -48,7 +48,6 @@ namespace rfb { const char* secTypeName(rdr::U8 num); rdr::U8 secTypeNum(const char* name); - bool secTypeEncrypts(rdr::U8 num); std::list<rdr::U8> parseSecTypes(const char* types); } |