From bcd676dacc4b26e8f3cec95bf44460ae30f9f1ee Mon Sep 17 00:00:00 2001 From: Cendio Date: Wed, 10 Jan 2018 15:30:50 +0100 Subject: [PATCH] Remove double definition of global variables in test Signed-off-by: Henrik Andersson Signed-off-by: Thomas Nilefalk --- tests/rdp_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/rdp_test.c b/tests/rdp_test.c index 6ccdc87..22a5f1a 100644 --- a/tests/rdp_test.c +++ b/tests/rdp_test.c @@ -21,8 +21,6 @@ RDP_VERSION g_rdp_version; uint16 g_server_rdp_version; uint32 g_rdp5_performanceflags; int g_server_depth; -uint32 g_initial_width; -uint32 g_initial_height; RD_BOOL g_bitmap_cache; RD_BOOL g_bitmap_cache_persist_enable; RD_BOOL g_numlock_sync;