Skip to content

Commit

Permalink
Remove unneede variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and mhugent committed Aug 9, 2012
1 parent 02f06f9 commit 55d332b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -373,8 +373,6 @@ void QgsMapCanvas::refresh()
QSettings settings;
#ifdef Q_WS_X11
bool enableBackbufferSetting = settings.value( "/Map/enableBackbuffer", 1 ).toBool();
#else
bool enableBackbufferSetting = 0;
#endif

#ifdef Q_WS_X11
Expand Down

0 comments on commit 55d332b

Please sign in to comment.