summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/Window.cpp')
-rw-r--r--src/UI/Window.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UI/Window.cpp b/src/UI/Window.cpp
index 3dd6d2264..3d23dfd07 100644
--- a/src/UI/Window.cpp
+++ b/src/UI/Window.cpp
@@ -284,8 +284,6 @@ void cWindow::OpenedByPlayer(cPlayer & a_Player)
bool cWindow::ClosedByPlayer(cPlayer & a_Player, bool a_CanRefuse)
{
- cPluginManager * PlgMgr = cRoot::Get()->GetPluginManager();
-
// Checks whether the player is still holding an item
if (a_Player.IsDraggingItem())
{