1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Update client/windows/CCreatureWindow.h

Removed leftover debugging code.

Co-authored-by: Alexander Shishkin <alexvins@users.noreply.github.com>
This commit is contained in:
John Bolton
2020-10-05 16:13:13 -07:00
committed by GitHub
parent d7e82c1087
commit 1722d15276

View File

@@ -49,7 +49,6 @@ class CStackWindow : public CWindowObject
class CWindowSection : public CIntObject
{
std::shared_ptr<CIntObject> onCreate(int index);
private:
std::shared_ptr<CPicture> background;
protected: