libxrdp: some cleanup

This commit is contained in:
speidy 2013-11-17 17:53:23 +02:00
parent 638843526a
commit e5f2f997db

View File

@ -25,12 +25,6 @@
#include <freerdp/codec/rfx.h> #include <freerdp/codec/rfx.h>
#endif #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 static int APP_CC
xrdp_rdp_read_config(struct xrdp_client_info *client_info) xrdp_rdp_read_config(struct xrdp_client_info *client_info)