Skip to content
Snippets Groups Projects
Commit 4799a8f7 authored by Kahrl's avatar Kahrl Committed by Perttu Ahola
Browse files

cleanup

parent 02b334a6
No related branches found
No related tags found
No related merge requests found
......@@ -614,8 +614,6 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event)
move_amount = MYMIN(m_selected_amount, 10);
else // left
move_amount = m_selected_amount;
dstream << "move_amount=" << move_amount<<"\n";
dstream << "m_selected_amount=" << m_selected_amount<<"\n";
if(identical)
{
......@@ -625,8 +623,6 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event)
m_selected_amount -= move_amount;
move_amount = 0;
}
dstream << "move_amount=" << move_amount<<"\n";
dstream << "m_selected_amount=" << m_selected_amount<<"\n";
}
else if(getAbsoluteClippingRect().isPointInside(m_pointer))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment