Commit 8873466a5d86decc3600af2df45552f2ee26ec80

Authored by Jay Berkenbilt
1 parent dfce5817

Remove outdated comment from QPDFAnnotationObjectHelper.hh

include/qpdf/QPDFAnnotationObjectHelper.hh
... ... @@ -37,12 +37,8 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
37 37 {
38 38 }
39 39  
40   - // This class provides helper methods for certain types of
41   - // annotations. At its introduction, it only supports Widget
42   - // annotations, but other types of annotations may be supported in
43   - // the future. For additional information about interactive forms,
44   - // please see the comments at the top of
45   - // QPDFAcroFormDocumentHelper.hh.
  40 + // This class provides helper methods for annotations. More
  41 + // functionality will likely be added in the future.
46 42  
47 43 // Return the subtype of the annotation as a string (e.g.
48 44 // "/Widget"). Returns the empty string if the subtype (which is
... ...