Remove extraneous color initialization

This commit is contained in:
Pavel Roskin 2016-05-05 00:11:36 -07:00
parent 72019d3611
commit b95dc9e12f
1 changed files with 0 additions and 1 deletions

View File

@ -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;