diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-18 17:27:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-18 17:27:52 +0300 |
commit | c8b1e6e5455dd0c9c51b6b212478ed1e5aa1af4c (patch) | |
tree | d55c787b60a1eeac7d664f3a07cd615d4525e360 /src/Makefile.am | |
parent | c1dc5cd3ee07f3a7045f849d8e3557a3dbf16e64 (diff) | |
download | manaplus-c8b1e6e5455dd0c9c51b6b212478ed1e5aa1af4c.tar.gz manaplus-c8b1e6e5455dd0c9c51b6b212478ed1e5aa1af4c.tar.bz2 manaplus-c8b1e6e5455dd0c9c51b6b212478ed1e5aa1af4c.tar.xz manaplus-c8b1e6e5455dd0c9c51b6b212478ed1e5aa1af4c.zip |
Remove createpartypopup class.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0c002e12e..957ac0b57 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -942,7 +942,6 @@ manaplus_SOURCES += main.cpp \ gui/popups/speechbubble.h \ gui/popups/beingpopup.cpp \ gui/popups/beingpopup.h \ - gui/popups/createpartypopup.h \ gui/widgets/itemcontainer.cpp \ gui/widgets/itemcontainer.h \ gui/widgets/tabs/chat/battletab.cpp \ |