Skip to content

Commit

Permalink
canvas: remove keys for switching single/multithreaded and showing re…
Browse files Browse the repository at this point in the history
…ndering times (fixes #10827)

Funded-By: norBIT
  • Loading branch information
jef-n committed Jul 7, 2014
1 parent e13e9f7 commit 0954ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -1084,6 +1084,7 @@ void QgsMapCanvas::keyPressEvent( QKeyEvent * e )
zoomOut();
break;

#if 0
case Qt::Key_P:
mUseParallelRendering = !mUseParallelRendering;
refresh();
Expand All @@ -1093,6 +1094,7 @@ void QgsMapCanvas::keyPressEvent( QKeyEvent * e )
mDrawRenderingStats = !mDrawRenderingStats;
refresh();
break;
#endif

default:
// Pass it on
Expand Down

0 comments on commit 0954ec3

Please sign in to comment.