mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
conhost: Remove duplicate lines from current_config().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d84e84c126
commit
30edd84929
1 changed files with 0 additions and 2 deletions
|
@ -1925,8 +1925,6 @@ static void current_config( struct console *console, struct console_config *conf
|
|||
config->popup_attr = console->active->popup_attr;
|
||||
memcpy( config->color_map, console->active->color_map, sizeof(config->color_map) );
|
||||
|
||||
config->win_height = console->active->win.bottom - console->active->win.top + 1;
|
||||
config->win_width = console->active->win.right - console->active->win.left + 1;
|
||||
config->cell_width = console->active->font.width;
|
||||
config->cell_height = console->active->font.height;
|
||||
config->font_weight = console->active->font.weight;
|
||||
|
|
Loading…
Reference in a new issue