kcms/screenedges: Remove commented out dead code
This commit is contained in:
parent
b0d8979178
commit
c5d692843f
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ bool Monitor::event(QEvent *event)
|
|||
void Monitor::checkSize()
|
||||
{
|
||||
QRect contentsRect = previewRect();
|
||||
// int w = 151;
|
||||
// int h = 115;
|
||||
m_view->setGeometry(contentsRect);
|
||||
m_scene->setSceneRect(QRect(QPoint(0, 0), contentsRect.size()));
|
||||
const int x2 = (contentsRect.width() - 20) / 2;
|
||||
|
|
Loading…
Reference in a new issue