From 1e4e64f83195ed1be0aa0c4a237a50de6dd132a9 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Fri, 16 Aug 2013 02:45:53 +0200 Subject: Remove debug output --- src/guiFileSelectMenu.cpp | 6 ------ src/guiFormSpecMenu.cpp | 21 --------------------- 2 files changed, 27 deletions(-) (limited to 'src') diff --git a/src/guiFileSelectMenu.cpp b/src/guiFileSelectMenu.cpp index 93d43f786..54ab62df4 100644 --- a/src/guiFileSelectMenu.cpp +++ b/src/guiFileSelectMenu.cpp @@ -101,12 +101,6 @@ bool GUIFileSelectMenu::OnEvent(const SEvent& event) { if (event.EventType == irr::EET_GUI_EVENT) { - - int callerId = event.GUIEvent.Caller->getID(); - if (callerId >= 0) { - std::cout << "CallerId:" << callerId << std::endl; - } - switch (event.GUIEvent.EventType) { case gui::EGET_ELEMENT_CLOSED: case gui::EGET_FILE_CHOOSE_DIALOG_CANCELLED: diff --git a/src/guiFormSpecMenu.cpp b/src/guiFormSpecMenu.cpp index 6c34ecc2c..993252c3b 100644 --- a/src/guiFormSpecMenu.cpp +++ b/src/guiFormSpecMenu.cpp @@ -260,8 +260,6 @@ void GUIFormSpecMenu::parseSize(parserData* data,std::string element) { invsize.X = stof(parts[0]); invsize.Y = stof(parts[1]); - infostream<<"Form size ("<getVideoDriver()->getScreenSize(); v2u32 delta = current_screensize - m_lockscreensize; @@ -342,10 +340,6 @@ void GUIFormSpecMenu::parseList(parserData* data,std::string element) { v2s32 geom; geom.X = stoi(v_geom[0]); geom.Y = stoi(v_geom[1]); - infostream<<"list inv="<bp_set != 2) errorstream<<"WARNING: invalid use of image without a size[] element"<bp_set != 2) errorstream<<"WARNING: invalid use of image without a size[] element"<bp_set != 2) errorstream<<"WARNING: invalid use of item_image without a size[] element"<bp_set != 2) errorstream<<"WARNING: invalid use of background without a size[] element"<