1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Remove no longer used code

This commit is contained in:
Ivan Savenko
2023-05-09 00:04:44 +03:00
parent edd5d11734
commit c5a48a01ce
8 changed files with 4 additions and 21 deletions

View File

@@ -71,7 +71,6 @@ CSelectionBase::CSelectionBase(ESelectionScreen type)
: CWindowObject(BORDERED | SHADOW_DISABLED), ISelectionScreenInfo(type)
{
OBJ_CONSTRUCTION_CAPTURING_ALL_NO_DISPOSE;
IShowActivatable::type = BLOCK_ADV_HOTKEYS;
pos.w = 762;
pos.h = 584;
if(screenType == ESelectionScreen::campaignList)