]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix -Wunused-const-variable
authorVishesh Handa <me@vhanda.in>
Fri, 27 Nov 2015 00:32:07 +0000 (01:32 +0100)
committerVishesh Handa <me@vhanda.in>
Fri, 27 Nov 2015 00:32:07 +0000 (01:32 +0100)
src/settings/general/previewssettingspage.cpp

index 37e05197ac29198890c89d9b6b1c190fe377da04..07cd73e33e9676f96c7f6d8d81f8eace297c94c8 100644 (file)
@@ -45,7 +45,6 @@
 
 // default settings
 namespace {
 
 // default settings
 namespace {
-    const bool UseThumbnails = true;
     const int MaxRemotePreviewSize = 0; // 0 MB
 }
 
     const int MaxRemotePreviewSize = 0; // 0 MB
 }