From 8873466a5d86decc3600af2df45552f2ee26ec80 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 17 Feb 2021 20:12:02 -0500 Subject: [PATCH] Remove outdated comment from QPDFAnnotationObjectHelper.hh --- include/qpdf/QPDFAnnotationObjectHelper.hh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh index 9990cff..3dd6222 100644 --- a/include/qpdf/QPDFAnnotationObjectHelper.hh +++ b/include/qpdf/QPDFAnnotationObjectHelper.hh @@ -37,12 +37,8 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper { } - // This class provides helper methods for certain types of - // annotations. At its introduction, it only supports Widget - // annotations, but other types of annotations may be supported in - // the future. For additional information about interactive forms, - // please see the comments at the top of - // QPDFAcroFormDocumentHelper.hh. + // This class provides helper methods for annotations. More + // functionality will likely be added in the future. // Return the subtype of the annotation as a string (e.g. // "/Widget"). Returns the empty string if the subtype (which is -- libgit2 0.21.4