X-Git-Url: http://git.maemo.org/git/?p=presencevnc;a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=ccc1eb9b6a7fb103893b512afbe3a5df4143c875;hp=d52cc85dc78f2f8fd7a83d794e70e683eb6602a0;hb=50d2715a90d8c209d42adaebbaed1c49faeaad8b;hpb=9c51cfc92a3cf3d6a21d1a874485f33b09c1a44f diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d52cc85..ccc1eb9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -264,12 +264,6 @@ void MainWindow::statusChanged(RemoteView::RemoteStatus status) old_status = status; } -void MainWindow::forceRepaint() -{ - if(vnc_view) - vnc_view->forceFullRepaint(); -} - //updates available screen space for current zoom level //necessary when rotating, showing fullscreen, etc. void MainWindow::updateScreenSpace() @@ -384,8 +378,6 @@ void MainWindow::zoomSliderReleased() static QTime time; if(!time.isNull() and time.elapsed() < 700) //double clicked zoom_slider->setValue(95); //100% - else - forceRepaint(); time.restart(); }