summaryrefslogtreecommitdiffstats
path: root/source/UI/cWindow.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 18:25:32 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 18:25:32 +0200
commit578c9c4694344cb6e7c0e820f0687c98d3d5402d (patch)
tree75ff7f9edbe6c3d43b6e349639d9bfb7f159504e /source/UI/cWindow.cpp
parentFixed entity equipment packet in the 1.3.2 protocol. (diff)
downloadcuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar.gz
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar.bz2
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar.lz
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar.xz
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.tar.zst
cuberite-578c9c4694344cb6e7c0e820f0687c98d3d5402d.zip
Diffstat (limited to '')
-rw-r--r--source/UI/cWindow.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/UI/cWindow.cpp b/source/UI/cWindow.cpp
index 7efbfaa5e..bd6724751 100644
--- a/source/UI/cWindow.cpp
+++ b/source/UI/cWindow.cpp
@@ -33,9 +33,6 @@ cWindow::cWindow(cWindow::WindowType a_WindowType, const AString & a_WindowTitle
{
m_WindowID = 0;
}
- LOGD("Created a window at %p, type = %d, ID = %i, title = \"%s\".",
- this, m_WindowType, m_WindowID, m_WindowTitle.c_str()
- );
}
@@ -44,7 +41,6 @@ cWindow::cWindow(cWindow::WindowType a_WindowType, const AString & a_WindowTitle
cWindow::~cWindow()
{
- LOGD("Deleted a window at %p", this);
}
@@ -325,7 +321,6 @@ void cWindow::SendSlot(cPlayer & a_Player, cSlotArea * a_SlotArea, int a_Relativ
void cWindow::Destroy(void)
{
- LOGD("Destroying window %p (type %d)", this, m_WindowType);
if (m_Owner != NULL)
{
m_Owner->CloseWindow();