1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: