Fixed rebase introduced error.
authorArmin Novak <armin.novak@thincast.com>
Wed, 2 May 2018 07:25:30 +0000 (09:25 +0200)
committerArmin Novak <armin.novak@thincast.com>
Wed, 2 May 2018 07:56:49 +0000 (09:56 +0200)
libfreerdp/core/fastpath.c

index ff0ce0b..d4f5d24 100644 (file)
@@ -57,8 +57,6 @@
  * two less significant bits of the first byte.
  */
 
-
-#ifdef WITH_DEBUG_RDP
 static const char* const FASTPATH_UPDATETYPE_STRINGS[] =
 {
        "Orders",                                                                       /* 0x0 */
@@ -74,7 +72,6 @@ static const char* const FASTPATH_UPDATETYPE_STRINGS[] =
        "Cached Pointer",                                       /* 0xA */
        "New Pointer",                                          /* 0xB */
 };
-#endif
 
 static const char* fastpath_update_to_string(UINT8 update)
 {
@@ -354,7 +351,7 @@ static BOOL fastpath_recv_update_synchronize(rdpFastPath* fastpath, wStream* s)
        return TRUE;
 }
 
-static int fastpath_recv_update(rdpFastPath* fastpath, BYTE updateCode, UINT32 size, wStream* s)
+static int fastpath_recv_update(rdpFastPath* fastpath, BYTE updateCode, wStream* s)
 {
        BOOL rc = FALSE;
        int status = 0;