Commit 4302e89c authored by Claudio Valerio's avatar Claudio Valerio

remove commented code

parent 18587a66
...@@ -32,7 +32,6 @@ UBVideoPlayer::UBVideoPlayer(QWidget* pParent) ...@@ -32,7 +32,6 @@ UBVideoPlayer::UBVideoPlayer(QWidget* pParent)
setLayout(mainLayout); setLayout(mainLayout);
mainLayout->setContentsMargins(0, 0, 0, 0); mainLayout->setContentsMargins(0, 0, 0, 0);
//mainLayout->setSpacing(0);
mainLayout->addWidget(mVideoPlayer); mainLayout->addWidget(mVideoPlayer);
QHBoxLayout* transportLayout = new QHBoxLayout(this); QHBoxLayout* transportLayout = new QHBoxLayout(this);
......
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