summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-05-05 00:11:36 -0700
committerPavel Roskin <plroskin@gmail.com>2016-05-05 00:11:36 -0700
commitb95dc9e12f570c6612c74f2b9b409946ad5ecdcb (patch)
tree33ab396d585e943a86723424360ff5d8b94b13fd
parent72019d3611c375d88029448820e84bb3d62d4033 (diff)
downloadxrdp-proprietary-b95dc9e12f570c6612c74f2b9b409946ad5ecdcb.tar.gz
xrdp-proprietary-b95dc9e12f570c6612c74f2b9b409946ad5ecdcb.zip
Remove extraneous color initialization
-rw-r--r--xrdp/xrdp_login_wnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c
index 23195d49..c0bd0c6f 100644
--- a/xrdp/xrdp_login_wnd.c
+++ b/xrdp/xrdp_login_wnd.c
@@ -797,7 +797,6 @@ load_xrdp_config(struct xrdp_config *config, int bpp)
globals->ls_bg_color = HCOLOR(bpp, xrdp_wm_htoi("dedede"));
globals->ls_width = 350;
globals->ls_height = 350;
- globals->ls_bg_color = 0xdedede;
globals->ls_logo_x_pos = 63;
globals->ls_logo_y_pos = 50;
globals->ls_label_x_pos = 30;