diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-15 12:56:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 17:19:17 +0100 |
commit | cc6241ff8c4a72ddeb203ae7fda7539f6f120689 (patch) | |
tree | fcac181b6af0cb7175c9591316855e4c1831fb8b /shell | |
parent | d8c6b268071d9af33f0fc8708fcb14955dfbd027 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Id3885ec6323393d07def1915b95ee02e0c3dc402
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/document_statistic.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx index 2b00713e3641..4d4bafa75711 100644 --- a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx +++ b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx @@ -30,7 +30,6 @@ #include "internal/iso8601_converter.hxx" const bool READONLY = false; -const bool WRITEABLE = true; document_statistic_reader_ptr create_document_statistic_reader(const std::string& document_name, CMetaInfoReader* meta_info_accessor) { |