diff options
author | Tobias Junghans <[email protected]> | 2018-11-07 11:11:19 +0100 |
---|---|---|
committer | Tobias Junghans <[email protected]> | 2018-11-07 12:45:59 +0100 |
commit | a70d3b2710b8fec3d7f15ff12da1becaccfe12e8 (patch) | |
tree | 4b3a61d7eeeff9e2bcb35e41f6764f98314a9549 /libvncclient | |
parent | f0aab31786c4986236d458caeb21b10d8e9e5502 (diff) | |
download | libtdevnc-a70d3b2710b8fec3d7f15ff12da1becaccfe12e8.tar.gz libtdevnc-a70d3b2710b8fec3d7f15ff12da1becaccfe12e8.zip |
common: d3des: drop unused rfbCPKey()
Diffstat (limited to 'libvncclient')
-rw-r--r-- | libvncclient/rfbproto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index ac2a983..a024bb4 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -2426,7 +2426,6 @@ PrintPixelFormat(rfbPixelFormat *format) #define rfbDes rfbClientDes #define rfbDesKey rfbClientDesKey #define rfbUseKey rfbClientUseKey -#define rfbCPKey rfbClientCPKey #include "vncauth.c" #include "d3des.c" |