diff options
author | speidy <speidy@gmail.com> | 2013-11-17 17:53:23 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-11-17 17:53:23 +0200 |
commit | e5f2f997db5c4d523cbd9da24b83b1b117f81466 (patch) | |
tree | 49dceb752caa1213d0d03739d6b3b06dd7aab5a6 /libxrdp/xrdp_rdp.c | |
parent | 638843526a9bca8abf474aa6edf663a43be6b414 (diff) | |
download | xrdp-proprietary-e5f2f997db5c4d523cbd9da24b83b1b117f81466.tar.gz xrdp-proprietary-e5f2f997db5c4d523cbd9da24b83b1b117f81466.zip |
libxrdp: some cleanup
Diffstat (limited to 'libxrdp/xrdp_rdp.c')
-rw-r--r-- | libxrdp/xrdp_rdp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c index ed1291fa..1712704e 100644 --- a/libxrdp/xrdp_rdp.c +++ b/libxrdp/xrdp_rdp.c @@ -25,12 +25,6 @@ #include <freerdp/codec/rfx.h> #endif -/* some compilers need unsigned char to avoid warnings */ -/* -static tui8 g_unknown2[8] = -{ 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00 }; -*/ - /*****************************************************************************/ static int APP_CC xrdp_rdp_read_config(struct xrdp_client_info *client_info) |