Fix -Wunused-const-variable

This commit is contained in:
Vishesh Handa 2015-11-27 01:32:07 +01:00
parent 3a50ef642a
commit 34aaff4124

View file

@ -45,7 +45,6 @@
// default settings
namespace {
const bool UseThumbnails = true;
const int MaxRemotePreviewSize = 0; // 0 MB
}