Commit e057449e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded debug.

(cherry picked from commit 72dbb98a2e54f7a15bc94479015c33182f14af03)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b707a067
...@@ -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