2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-22 10:09:06 +00:00

Remove outdated comment from QPDFAnnotationObjectHelper.hh

This commit is contained in:
Jay Berkenbilt 2021-02-17 20:12:02 -05:00
parent dfce581754
commit 8873466a5d

View File

@ -37,12 +37,8 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
{ {
} }
// This class provides helper methods for certain types of // This class provides helper methods for annotations. More
// annotations. At its introduction, it only supports Widget // functionality will likely be added in the future.
// 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.
// Return the subtype of the annotation as a string (e.g. // Return the subtype of the annotation as a string (e.g.
// "/Widget"). Returns the empty string if the subtype (which is // "/Widget"). Returns the empty string if the subtype (which is