summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.cpp')
-rw-r--r--src/being/playerinfo.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp
index 8ed30492f..576d6575d 100644
--- a/src/being/playerinfo.cpp
+++ b/src/being/playerinfo.cpp
@@ -37,7 +37,6 @@
#include "gui/windows/inventorywindow.h"
#include "gui/windows/npcdialog.h"
-#include "gui/windows/npcpostdialog.h"
#include "net/homunculushandler.h"
#include "net/inventoryhandler.h"
@@ -418,8 +417,7 @@ void clear()
bool isTalking()
{
- return NpcDialog::isActive() || NpcPostDialog::isActive()
- || InventoryWindow::isStorageActive();
+ return NpcDialog::isActive() || InventoryWindow::isStorageActive();
}
void gameDestroyed()