Commit 72dbb98a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded debug.

parent bdce66ec
...@@ -122,7 +122,6 @@ protected: ...@@ -122,7 +122,6 @@ protected:
if( event->type() == QEvent::Hide || if( event->type() == QEvent::Hide ||
event->type() == QEvent::HideToParent ) event->type() == QEvent::HideToParent )
{ {
msg_Warn( p_intf, "here" );
event->accept(); event->accept();
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment