[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Wed Feb 18 06:56:35 PST 2015


 vcl/source/gdi/pdfwriter_impl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 845dc023352c77d7579c25c1a1f1932ad0d9d9c1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 18 15:56:06 2015 +0100

    -Werror,-Wunused-const-variable
    
    Change-Id: I79d47b843be844bcb413018522564d6e6d65a4db

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 0864ec1..e87aa0a 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -6125,6 +6125,7 @@ const SEC_ASN1Template Extensions_Template[] =
     { SEC_ASN1_SEQUENCE_OF, 0, Extension_Template, 0 }
 };
 
+/* "will be used eventually" says tml
 const SEC_ASN1Template Integer_Template[] =
 {
     { SEC_ASN1_INTEGER, 0, NULL, sizeof(SECItem) }
@@ -6138,6 +6139,7 @@ const SEC_ASN1Template Accuracy_Template[] =
     { SEC_ASN1_OPTIONAL | SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(Accuracy, micros), Integer_Template, 0 },
     { 0, 0, 0, 0 }
 };
+*/
 
 const SEC_ASN1Template TimeStampReq_Template[] =
 {


More information about the Libreoffice-commits mailing list